6 ms·
Any similar tutorial/article for styling UITableView? Always struggled with custom cells (specially grouped cells)
by allr 14y ago
Any similar tutorial/article for styling UITableView? Always struggled with custom cells (specially grouped cells)
- k-mcgrady 14y agoApple has good docs on it[1]. I find the easiest solution is to create a custom cell nib and style that. If I need multiple custom cells I tend to do it in code. This was something I always found difficult to do well but over the years it's improved a lot (especially with the appearance API in iOS 5). [1] http://developer.apple.com/library/ios/#documentation/UserExperience/Conceptual/TableView_iPhone/TableViewCells/TableViewCells.html#//apple_ref/doc/uid/TP40007451-CH7 http://developer.apple.com/library/ios/#documentation/UserEx...
- jarcoal 14y agoMaybe you've already seen this, but I found it helpful for customizing cells: https://github.com/vicpenap/PrettyKit https://github.com/vicpenap/PrettyKit