【发布时间】:2012-01-10 17:29:09
【问题描述】:
是否可以使用 UIImageView 设置图像 UIImagePickerControllerReferenceURL 。传统模式是使用 [info objectForKey:@"UIImagePickerControllerOriginalImage"];
I tried this:
theImageView.image=[UIImage imageWithData:[NSData dataWithContentsOfURL:[info objectForKey:UIImagePickerControllerReferenceURL]]];
但 UIImageView 上没有设置图像。
请帮忙。
【问题讨论】:
标签: iphone uiimageview