- How do I hide the navigation bar?
- How to hide navigation bar in Objective C?
- How do I hide navigation bar in storyboard?
How do I hide the navigation bar?
The navigation bar is pinned by default. If you want to view files or use apps in full screen, double-tap the Show and hide button to hide the navigation bar. To show the navigation bar again, drag upwards from the bottom of the screen.
How to hide navigation bar in Objective C?
So you need to set the navigation bar to be hidden right after you create the navigation controller for that tab. You cannot adjust this after you push the view controller (as far as I know). [[self navigationController] setNavigationBarHidden:YES animated:YES];
How do I hide navigation bar in storyboard?
Click on the controller that has the top bar navigate to the properties bar on the right hand side of Xcode. There is a drop down labeled Top Bar (as shown above) change this drop down to none.