【发布时间】:2012-07-07 23:48:27
【问题描述】:
我正在从网络下载一些图像并将其保存到我的应用程序的私有存储中,以便在表格视图单元格中显示。我有它的工作,但不幸的是,除非我正在使用:
[UIImage imageNamed: @"filename"];
我没有获得内置缓存,而且性能很慢。使用imageWithData或imageWithContentsOfFile时如何实现自己的图像缓存?
【问题讨论】:
标签: ios ios5 image-caching imagenamed