recruit-mp / RMPZoomTransitionAnimator

A custom zooming transition animation for UIViewController
MIT License
1.71k stars 178 forks source link

Navigation Bar is hidden/ disappears #24

Closed wengkeong94 closed 6 years ago

wengkeong94 commented 6 years ago

From the demo project, I clicked into "CollectionView, Navigation Push Transition", then clicked one of the cells in the ViewController and lastly when i clicked "back" from DetailViewController (Result: navigation bar is hidden). This happens to my project as well when i implemented this. Please help.

vivekjains commented 6 years ago

I'm also having the same issue.

wengkeong94 commented 6 years ago

@vivekjains i solved it by replacing this. animator.goingForward = (operation == UINavigationControllerOperationPush || operation == UINavigationControllerOperationPop);