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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -