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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -