脑子最近严重不够用. 记录下 一些代码。
OC 中 使用三方类库SDWebImage 异步图像下载
[_HyImageView sd_setImageWithURL:[NSURL URLWithString:newModel.img]];
swift 中
self.hyImageView?.sd_setImageWithURL(NSURL(string : (newModel?.img)!))
脑子最近严重不够用. 记录下 一些代码。
OC 中 使用三方类库SDWebImage 异步图像下载
[_HyImageView sd_setImageWithURL:[NSURL URLWithString:newModel.img]];
swift 中
self.hyImageView?.sd_setImageWithURL(NSURL(string : (newModel?.img)!))
本文标题:swift中SDWeb使用
本文链接:https://www.haomeiwen.com/subject/nqumlttx.html
网友评论