Hacker News new | ask | show | jobs
by allr 4993 days ago
Any similar tutorial/article for styling UITableView? Always struggled with custom cells (specially grouped cells)
2 comments

Apple 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/UserEx...

Maybe you've already seen this, but I found it helpful for customizing cells:

https://github.com/vicpenap/PrettyKit