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
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)
The text was updated successfully, but these errors were encountered:
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:And after that, I have to press several time back button in order to go to TableViewController (3)
The text was updated successfully, but these errors were encountered: