标签:
//UIImage 转为 NSData NSData *imageData = UIImagePNGRepresentation(aImage); //NSData 转为 UIImage UIImage *newImage = [UIImage imageWithData:imageData];
UIImage NSData 相互转化
原文地址:http://www.cnblogs.com/shidaying/p/4203262.html