ios - UINavigationController on Pageview Template -


I created an app using the Pageviews template. I've added a UINavigationBar to the Data Controller because it does not appear when I add it to the root controller. Displays navigation, but when it scrolls the pageview, it scrolls. Can anyone tell me how to keep the navigation bar stable?

First you set a UINavigationController and set it as the initial view controller After that you have your RootViewController . As required to set the root view of UINavigationController .

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -