-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
Is there a way to know the editing was cancelled? There is only a FMImageEditorViewControllerDelegate method to notify editing finish event, but not editing cancel event with the delegate methods.
There is an existing issue with UIImagePickerController when the a view is present and dismissed from over it. Below are the steps to reproduce it.
- Present UIImagePickerContoller's camera screen,
- capture image, use FMImageEditorView to edit the object, hit cancel and click yes on the alert modal
- User lands back on the UIImagePickerContoller's camera screen.
- The Retake/Use Photo options are not clickable
To work around this issue, I would like to dismiss the camera screen and present a fresh instance when editing is cancelled, but there is no way to know this from the library.
Metadata
Metadata
Assignees
Labels
No labels