【发布时间】:2012-01-13 04:18:15
【问题描述】:
我正在下载一张知道图片网址的图片。现在我如何使用快速查看框架查看此图像。我正在使用以下代码下载。
UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL
URLWithString:@"http://good-wallpapers.com/pictures/3048/frosty_apple_logo_iphone.jpg"]]];
如果我有 UIImages 的数组或字典,我应该怎么做才能快速查看呢?
【问题讨论】: