【发布时间】:2014-04-01 15:45:26
【问题描述】:
使用时有什么方法可以改变 UIImagePickerController 的cropRect 大小:
imagePickerController.allowsEditing = YES;
我想根据图片设置自己的宽度和高度。
【问题讨论】:
标签: ios objective-c uiimageview uiimagepickercontroller cgrect
使用时有什么方法可以改变 UIImagePickerController 的cropRect 大小:
imagePickerController.allowsEditing = YES;
我想根据图片设置自己的宽度和高度。
【问题讨论】:
标签: ios objective-c uiimageview uiimagepickercontroller cgrect
我不久前遇到过这个问题,当时没有办法改变它(我很确定仍然没有)。
我最终创建了自己的裁剪库。如果我没记错的话,我使用了SSPhotoCropper 作为参考。
【讨论】: