How to get "Messages Inbox" styled Table Cell formatting
Im trying to format my table cells to开发者_运维技巧 look similar to the ones in the Messages Inbox on the iPhone,
basically trying to achieve:
Header - Header 2
Sub Title
In short, you want to create a custom `UITableViewCell' (link). I typically use Interface Builder, but you can also do it all in code if you prefer.
精彩评论