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

 

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

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

    uiimage.image = image;

posted on 2012-04-27 12:16  easonoutlook  阅读(188)  评论(0)    收藏  举报