-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unbalanced calls to begin/end appearance transitions #196
Comments
Here is the workaround I'm using for now: [self setCenterViewController:controllerA]; |
+1 |
I am also seeing this problem. |
Same here. But using the FullCloseAnimation option results in an ugly animation exposing the cut-off left drawer (width < device width). |
I think I may have isolated this problem. I tracked down an issue where if you set the center view controller to the same center view controller while trying to close it, you would get the unbalanced log. Fix coming soon. |
Just submitted a pull request (#219) and released version 0.5.3. Let me know if that fixes it for you. |
After a setCenterViewController:withCloseAnimation:Completion: I get the following message: "Unbalanced calls to begin/end appearance transitions for <UINavigationViewController: 0xbd73670>."
Here are the steps to reproduce:
=> The message gets printed and the app starts to behave strangely.
Any idea of to fix that?
Thanks
The text was updated successfully, but these errors were encountered: