add text , subtext & image in single table cell
I want to add text , subtext & image in single table cell like this =>
http://img153.imageshack.us/img153/5451/tablevcinterface.jpg
I want add subtext bel开发者_如何转开发ow main text (e.g. => Apple in main text & iphone is subtext which is shown below Apple) How can i add ? Any sample code or tutorial link is helpful. Thanks in advance..
You should subclass UITableViewCell. This might be helpful. http://iappdevs.blog.co.in/tag/adding-image-to-uitableviewcell/
To achieve this you can refer to TableViewSuite sample application.
精彩评论