Multi-line UITableViewCell using UITableViewCellStyleValue2 style

前端 未结 4 403
暗喜
暗喜 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 15:42

    Another round of searching found this:

    http://the-lost-beauty.blogspot.com/2009/11/multi-line-uitableviewcell-using.html

    Quickly tried it, and it works - just need to set the font size down a bit.

提交回复
热议问题