开发者

iPhone - build a cell to look like this

Hey guys, I want 开发者_如何学运维to build a UITableView cell to look something like this that is used in the new vBulletin iPhone app. Here is a picture. Any help would be highly appreciated. Thanks in advance.

iPhone - build a cell to look like this


Looks like you might be able to do it Using Cell Objects in Predefined Styles, according to the Table View Programming Guide for iOS. Just add a UILabel as a subview to the cell's content view to get that extra line of text with different styling. Then, you may also have to add a UIImageView of the subview of that UILabel to show the message bubble image.

Also, check out the section Programmatically Adding Subviews to a Cell’s Content View.

That's exactly how I customized the appearance of the table view cells for a chat view for acani.

Best,

Matt

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜