我有一个UITableView的图像,如相册,图像加载与懒惰加载。我希望在滚动到表视图的底部时或当到达表视图的最后一行时加载更多图像。我该怎么做呢?
发布于 2012-09-27 20:35:55
看看这个
http://developer.apple.com/library/ios/#samplecode/LazyTableImages/Introduction/Intro.html
这个Lazy load images in UITableView
https://stackoverflow.com/questions/12621416
相似问题