SDWebImage缓存

时间:2014-09-29 12:22:52   收藏:0   阅读:286

缓存图片方法

[[SDImageCache sharedImageCache] storeImage:myImage forKey:myCacheKey];

读取缓存

UIImage *myCachedImage = [[SDImageCache sharedImageCache] imageFromKey:myCacheKey];


原文:http://blog.csdn.net/cerastes/article/details/39667531

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!