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
CLImageEditor0.2.4 works fine with modal screen transition.
So, when we transit from UIImagePickerController to CLImageEditor, instead of a push transition using pushViewController, modal screen transition using presentViewController, all the subsequent operations will work well.
Specifically, in the ViewController.m file of CLImageEditorDemo project,
change the code in the didFinishPickingMediaWithInfo method from pushViewController to presentViewController as follows.
Steps to reproduce.
Then navigation bar dives into the status bar.
So I can't tap Back button or OK button.
This occurs from 0.2.4. There is no problem with 0.2.3.
The text was updated successfully, but these errors were encountered: