UIImagePickerController AllowsEditing not working

后端 未结 6 1692
余生分开走
余生分开走 2020-12-05 11:02

I am using UIImagePickerController to allow the user to take a picture. I want to allow him/her to edit it afterwards but, whatever I do, I get nothing.

Here is my co

6条回答
  •  时光说笑
    2020-12-05 11:36

    There is no way to enable filters by just changing property like allowsEditing = YES. It will only display a cropping tool. As per your screenshot it's look like you have integrated some buggy open source library and without looking at the source code it would be difficult to fix your center cropping bug.

    Better to post some concrete detail about your implementation or switch to standard open source library.

提交回复
热议问题