Multi-line UITableViewCell using UITableViewCellStyleValue2 style

前端 未结 4 412
暗喜
暗喜 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:40

    It sounds to me like you'll have to create a custom UITableCell. The only way to ensure the text lines up is to get the margin/text width values correct, which can be done via trial and error, or using a measuring tool such as xScope.

提交回复
热议问题