1.导入文件SDWebImage;
2.在工程中-->Build Phases-->Compile Scources-->搜索SDWebImage;
3.全选并在后面加上“-fno-objc-arc”;
4.导入头文件
#import "UIImageView+WebCache.h"
截图:
下载