You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: