UIImagePicker allowsEditing stuck in center

后端 未结 6 1898
后悔当初
后悔当初 2020-11-29 02:47

I have a UIImagePicker that works perfect for a type of UIImagePickerControllerSourceTypePhotoLibrary, but when I use UIImagePickerControllerSourceTypeCamera, the editing bo

6条回答
  •  粉色の甜心
    2020-11-29 03:29

    This is the default behavior the Image Picker Controller, you can not change it. The only other option is to create your own cropping utility. Check out the link below for an example:

    https://github.com/ardalahmet/SSPhotoCropperViewController

提交回复
热议问题