NavigationController animation transition without navigation bar animation

I have a typical ios app with a navigation controller. The navbar on top has left and right buttons that stay the same across different views, so I would like to animate only the current view and not the top bar.

I'm not sure how to start with this.

+3


source to share


1 answer


I have an idea. First, add a custom navigation bar at the top of the main window. Second, add the navigationController as a subheading below the navigation bar. Now if the nav controller does a click or slide, your nav bar won't change at all.



0


source







All Articles