通过URL下载,创建和显示UIImage

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

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

    uiimage.image = image;

原文地址:https://www.cnblogs.com/easonoutlook/p/2642843.html