Image Editor crashing on clicking save

Hi,

I'm using sfImageEditor in one of my ios projects, the application is crashing with the exception "Unbalanced calls to begin/end appearance transitions".

It would be of great help if you can solve me this issue as soon as possible.

I have worked on following Devices 
Iphone7 version 11.1.1
Iphone5c version 10.3.3

Thanks & Regards,
Sagar D



1 Reply

AK Ashwin Kumaravel Syncfusion Team December 7, 2017 07:08 AM UTC

Hi Sagar,

Thanks for using Syncfusion products,

We have validated your query” Unbalanced calls to begin/end appearance transitions” and the reported exception will occur when you try to display a new view controller before the current view controller is finished displaying.

Try to load a new view controller once the current view controller is completely loaded. ViewWillAppear method used to detect whether the present view is loaded or not. If the present view controller is loaded then you can navigate to another view controller.

Can you please send us your issue reproducing sample if the above-mentioned solution does not resolve your issue?


Regards,
Ashwin

Loader.
Up arrow icon