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
Make sure you allowed to editing image in UIImagePickerController.
UIImagePickerController
You can allow UIImagePickerController to edit the UIImage by making this
UIImage
picker.allowsEditing = true