您的位置:首页 > 理论基础 > 计算机网络

网络图片赋值SDWebImageDownloader

2016-04-09 10:18 387 查看
[[SDWebImageDownloader
sharedDownloader]
downloadImageWithURL:[NSURL
URLWithString:[NSString
stringWithFormat:@"%@%@",
AppPic,model.pic_url]]
options:0
progress:^(NSInteger receivedSize,
NSInteger expectedSize) {

} completed:^(UIImage *image,
NSData *data, NSError *error,
BOOL finished) {

imageView.image = image;

}];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: