LazyTableImages

所属分类:iPhone/iOS
开发工具:Objective-C
文件大小:44KB
下载次数:8
上传日期:2013-12-16 21:00:35
上 传 者什锦豆腐
说明:  表格图像,精选ios编程学习源码,很好的参考资料。
(Form image, select learning IOS programming source code, a good reference.)

文件列表:
Classes (0, 2010-03-19)
Classes\AppRecord.h (3034, 2010-03-19)
Classes\AppRecord.m (2955, 2010-03-19)
Classes\IconDownloader.h (3619, 2010-03-19)
Classes\IconDownloader.m (5316, 2010-03-19)
Classes\LazyTableAppDelegate.h (3827, 2010-03-19)
Classes\LazyTableAppDelegate.m (9939, 2010-03-19)
Classes\ParseOperation.h (3131, 2010-03-19)
Classes\ParseOperation.m (7566, 2010-03-19)
Classes\RootViewController.h (3592, 2010-03-19)
Classes\RootViewController.m (8725, 2010-03-19)
Default.png (13660, 2009-10-02)
en.lproj (0, 2010-03-19)
en.lproj\MainWindow.xib (23647, 2009-10-02)
en.lproj\RootViewController.xib (8037, 2009-07-07)
Info.plist (946, 2009-01-15)
LazyTableImages.xcodeproj (0, 2010-03-19)
LazyTableImages.xcodeproj\project.pbxproj (14399, 2009-11-02)
LazyTable_Prefix.pch (187, 2009-01-15)
main.m (2719, 2010-03-19)
Placeholder.png (711, 2009-01-15)

### LazyTableImages ### =========================================================================== DESCRIPTION: This sample demonstrates a multi-stage approach to loading and displaying a UITableView. It displays the top paid iPhone apps on Apple's App Store. It begins by loading the relevant text from the RSS feed so the table can load as quickly as possible, then downloads the app images for each row asynchronously so the UI is more responsive. =========================================================================== BUILD REQUIREMENTS: iPhone SDK 3.0 or later =========================================================================== RUNTIME REQUIREMENTS: iPhone OS 3.0 or later =========================================================================== PACKAGING LIST: LazyTableAppDelegate.{h/m} - The app delegate class that downloads in the background the "Top Paid iPhone Apps" RSS feed using NSURLConnection. AppRecord.{h/m} - Wrapper object for each data entry, corresponding to a row in the table. RootViewController.{h/m} - UITableViewController subclass that builds the table view in multiple stages, using feed data obtained from the LazyTableAppDelegate. ParseOperation.{h/m} Helper NSOperation object used to parse the XML RSS feed loaded by LazyTableAppDelegate. IconDownloader.{h/m} Helper object for managing the downloading of a particular app's icon. As a delegate "NSURLConnectionDelegate" is downloads the app icon in the background if it does not yet exist and works in conjunction with the RootViewController to manage which apps need their icon. =========================================================================== CHANGES FROM PREVIOUS VERSIONS: Version 1.0 - First version. =========================================================================== Copyright (C) 2009 Apple Inc. All rights reserved.

近期下载者

相关文件


收藏者