Multi-line UITableViewCell using UITableViewCellStyleValue2 style

前端 未结 4 404
暗喜
暗喜 2020-12-24 14:50

I\'m trying to figure out how to replicate the UITableViewCellStyleValue2 style so that the detail text can be multiple lines - as seen in the \'address\' cells in the Conta

4条回答
  •  一整个雨季
    2020-12-24 15:56

    I also had the problem that the textLabel and the detailTextLabel had a different position. Solution: For the detailTextLabel use the same height like the textLabel (e.g. 13)

提交回复
热议问题