我只是使用 AssetsLibrary 框架从照片中加载图像。
[UIImage imageWithCGImage:[asset defaultRepresentation].fullScreenImage scale:1.0 orientation:(UIImageOrientation)[asset defaultRepresentation].orientation];
拍摄一张照片大约需要 0.5~0.6 秒。而且照片不是那么大(大约 700*900)。
我是否以错误的方式使用该方法?并且可以优化吗?(我想要这个尺寸的照片,不要缩略图)
非常感谢!