腦子最近嚴重不夠用. 記錄下 一些代碼。
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)!))