TopPaid

Last Revision:
Version 1.1, 2011-01-13
Upgraded to support iOS 4.2 SDK.
(Full Revision History)
Build Requirements:
iOS SDK 4.2
Runtime Requirements:
iOS 3.2 for iPad, iOS 3.1.3 for iPhone/iPod touch

This sample demonstrates how to build a universal application capable of running on both the iPhone and iPad. It shows the steps needed to make an existing iPhone application universal by introducing two unique user interface designs for both devices, yet using the same data model. The sample itself shows a multi-stage approach to loading and displaying a UITableView. It begins by loading the relevant text from an RSS feed so the table can load as quickly as possible, and then downloads the images for each row asynchronously so the UI is more responsive.