标签: ios multithreading uitableview asynchronous
嗨,我对IOS很陌生,所以原谅愚蠢的问题。我正在开发一个在桌面视图中加载大图像的应用程序。要加载的图像是大尺寸的(> 5MB),所以我试图将图像调整为缩略图,缓存它并将其异步加载到表视图。我找到了许多方法和讨论,为网络图像(SDWebImages等)做同样的事情,但我无法得到与本地图像(相机/照片库)相同的任何事情。任何人都可以告诉我如何实现它吗?
答案 0 :(得分:0)
您需要实现延迟加载图像以及异步加载图像。
https://developer.apple.com/library/ios/samplecode/LazyTableImages/Introduction/Intro.html https://github.com/rs/SDWebImage http://iphonedevelopment.blogspot.in/2010/05/downloading-images-for-table-without.html