Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序中有一个集合视图,并且想从 url 加载图像。集合视图是可滚动的。如果用户向下滚动,则应从 url 对更多图像进行分页。
到目前为止,我应该如何处理已加载的图像?一种方法是将指针设置为 nil 以释放堆中的空间。但是当用户向上滚动时,我必须再次加载。
有没有更好的方法来处理滚动并保持堆内存尽可能低?
使用类似SDWebImage或HJCache提供异步下载、内存和文件缓存功能的库。
SDWebImage
HJCache