iPhone例子源代码 Code Sample : Lazy Table Images

时间:2013-06-20 04:18:21
【文件属性】:

文件名称:iPhone例子源代码 Code Sample : Lazy Table Images

文件大小:45KB

文件格式:ZIP

更新时间:2013-06-20 04:18:21

iPhone 例子 UITableView 源代码 XML

LazyTableImages.zip V 1.0, 2009-11-16 这是苹果apple的iphone官方例子,帮助你学习UITableView和显示RSS文本,异步方式加载图片...... 这个例子 分阶段地载入和显示一个UITableView. 一开始载入相关的RSS文本,使表格以最快速度显示出来,然后再异步方式下载图片到每一行,保证UI界面的响应。 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.


【文件预览】:
LazyTableImages
----LazyTableImages.xcodeproj()
--------project.pbxproj(14KB)
----Placeholder.png(711B)
----en.lproj()
--------RootViewController.xib(8KB)
--------MainWindow.xib(23KB)
----LazyTable_Prefix.pch(187B)
----ReadMe.txt(2KB)
----main.m(3KB)
----Info.plist(946B)
----Default.png(13KB)
----Classes()
--------IconDownloader.m(5KB)
--------RootViewController.m(9KB)
--------IconDownloader.h(4KB)
--------AppRecord.h(3KB)
--------RootViewController.h(4KB)
--------LazyTableAppDelegate.h(4KB)
--------AppRecord.m(3KB)
--------ParseOperation.h(3KB)
--------ParseOperation.m(7KB)
--------LazyTableAppDelegate.m(10KB)

网友评论

  • 可以参考,谢谢。
  • 写的很好,可以参考,谢谢。
  • 例子我下载下来了,我正需要做异步下载图片的功能。谢谢楼主了。
  • 异步加载方面正好是需要的,谢谢分享了