Skip to content
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

Transition breaks navigation controller #19

Open
alusev opened this issue Mar 23, 2017 · 2 comments
Open

Transition breaks navigation controller #19

alusev opened this issue Mar 23, 2017 · 2 comments

Comments

@alusev
Copy link

alusev commented Mar 23, 2017

I have the following structure:
Navigation Controller -(1)-> TableViewController -(2)-> TableViewController -(3)-> CollectionViewController -(4) -> CollectionViewController.
RMPZoomTransitionAnimator is applied on segue (4). If I press back button in the middle of the animation, nothing happens and it goes with the animation back as expected. And the following message appears:

nested pop animation can result in corrupted navigation bar
Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.

And after that, I have to press several time back button in order to go to TableViewController (3)

@chiragiOSDev
Copy link

Also Transition breaks Tabbar controller & navigation controller both

@calvinsug
Copy link

@chiragiOSDev i have solved this issue, you can pull from this: https://github.com/calvinsug/RMPZoomTransitionAnimator

I have also create a pull request to the author for fixing this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants