UIButton加载网络图片的方法
2018-11-16 本文已影响0人
通哥
导入SDWebImage库文件
在应用的文件中添加#import <SDWebImage/UIButton+WebCache.h>头文件
[btn.imageView sd_setImageWithURL:[NSURL URLWithString:@"按钮url地址"] placeholderImage:[UIImage imageNamed:@"占位图片"]];
导入SDWebImage库文件
在应用的文件中添加#import <SDWebImage/UIButton+WebCache.h>头文件
[btn.imageView sd_setImageWithURL:[NSURL URLWithString:@"按钮url地址"] placeholderImage:[UIImage imageNamed:@"占位图片"]];