|
|
|
|
|
by k-mcgrady
4993 days ago
|
|
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... |
|