lazy loading images in UITableView iPhone SDK
问题 I need to implement the lazy loading concept for the images in my tableview, so that the user will be provided with the textual data initially and later the images. How can i implement this in to my app.. help needed.. please Thanks in advance Shibin 回答1: What i have created for a project of mine works as follows; Extend the UITableViewCell class by a category in "UITableViewCell+Async.h" (See some examples if you are not sure what the category thing in Obj C is) @interface UITableViewCell