ios通过url下载显示图片

NSURL *url = [NSURLURLWithString:@“http.....”];

    UIImage *image = [UIImageimageWithData:[NSDatadataWithContentsOfURL:url]];

    uiimage.image = image;

原文地址:https://www.cnblogs.com/cc-Cheng/p/3370453.html