How to get the edited image from UIImagePickerController in Swift?

前端 未结 5 596
北荒
北荒 2021-02-09 03:11

I have seen and read the documents of Apple where they have clearly mentioned about the key UIImagePickerControllerEditedImage. But when I am running my following code, I am no

5条回答
  •  执念已碎
    2021-02-09 03:30

    I found the cause of the issue! Its because of the property "allowsEditing" which was set to false! I have changed that to true and now it is working fine.

提交回复
热议问题