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
Swift 4.2
if let editedImage = info[UIImagePickerController.InfoKey.editedImage] as? UIImage { // Use editedImage Here }