UIImagePickerController - crops picture to square (in portrait)

后端 未结 3 1150
被撕碎了的回忆
被撕碎了的回忆 2021-02-05 09:28

I\'m using the UIImagePickerController to take and edit a picture. it works fine in landscape, but in portrait it will crop the picture into a square (does not allow to reduce t

3条回答
  •  花落未央
    2021-02-05 10:05

    You can provide a custom cropping UI, but there is no way to change just the cropping rectangle of the standard one.

    This link might help with that.

提交回复
热议问题