Hide Navigation Bar in Interface Builder w/ Storyboards
I have a pretty basic storyboard based app, with a UINavigationController,
a main view and a secondary view, both of which are in the navigation
hierarchy. I'm currently hiding the navigation bar on the main view by
using setNavigationBarHidden: as appropriate in viewWillAppear and
viewWillDisappear. It seems like there should be a way to do this in
Interface Builder, rather than in code. Essentially I'd like the options
available in the Simulated Metrics options, but not simulated. Does that
exist?
No comments:
Post a Comment