LazyTableImages
| Last Revision: | Version 1.4, 2013-04-23 Migrated to Storyboards and ARC; Upgraded to build with the iOS 6 SDK; Added support for devices with 4" retina displays. (Full Revision History) |
| Build Requirements: | iOS SDK 6.0 or later |
| Runtime Requirements: | iOS 5.0 or later |
This sample demonstrates 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.
© 2013 Apple Inc. All Rights Reserved. (Last updated: 2013-04-23)