When I am presenting a QLPreviewviewcontrolelr from my Viewcontroller, the runtime warning that appears in the log as
Unbalanced calls to begin/end appearance transitions for .
Can anyone please suggest me the solution to fix.
When I am presenting a QLPreviewviewcontrolelr from my Viewcontroller, the runtime warning that appears in the log as
Unbalanced calls to begin/end appearance transitions for .
Can anyone please suggest me the solution to fix.
This is clearly Apple bug. You can wrap preview controller into navigation controller and then present this navigation controller modally. This seems to work fine. Only then you'll have to dismiss it manually.
Did you delete main.m file?If you didn't have an application begin,you will get this.