ios - UINavigationController on Pageview Template -
I created an app using the Pageviews template. I've added a First you set 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?
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
Post a Comment