标签:sdwebimage
这个类库提供一个UIImageView类别以支持加载来自网络的远程图片。具有缓存管理、异步下载、同一个URL下载次数控制和优化等特征。 使用示范的代码: UITableView使用UIImageView+WebCache类(基本应用,UIImageView的一个category) 前提#import导入UIImageView+WebCache.h文件,然后在tableview的cellForRowAtIndexPath:方法下:版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:sdwebimage
原文地址:http://blog.csdn.net/hepburn_/article/details/48105865