Open alusev opened 7 years ago
Also Transition breaks Tabbar controller & navigation controller both
@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
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)