AdvancedTableViewCells

Last Revision:
Version 1.5, 2011-01-11
Upgraded to support iOS 4.2 SDK, now using UINib class to help load and instantiate xib-based table view cells.
(Full Revision History)
Build Requirements:
iOS 4.2 SDK
Runtime Requirements:
iPhone OS 3.2 or later

AdvancedTableViewCells includes three different cells that all display content in the same form as the App Store application. One uses individual subviews (image views, labels, etc.) to display the content. Another uses a single view that draws all of the content. A third uses a single view to draw most of the content and separate views for the remainder.