allowsEditing
A Boolean value that indicates whether the user is allowed to edit a selected still image or movie.
Declaration
var allowsEditing: Bool { get set }Discussion
If you allow the user to edit still images or movies, the delegate may receive a dictionary with information about the edits that were made. The protocol for the delegate is described in UIImagePickerControllerDelegate.
This property is set to false by default.