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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
For the class DZNPhotoEditorContainerView sometimes I do not have a navigation controller.
The addition of checking if a bounds was returned enabled the editor to work in my app.
For example everyplace there is self.navigationController.view.bounds I then check if bounds has a size with
This affects squareOverlayMask, squareOverlayMask, and editedImage.
I hope this can help someone else.
The text was updated successfully, but these errors were encountered: