Is it possible to have the status bar hidden in just one scene in the Storyboard?
For example:
I want it hidden in "ViewController A", but when moving via a segue
to "ViewController B" (eg, a Navigation Controller
) the status bar will be shown.
I gather you can disable it throughout the app, but how do you do it for just one ViewController
?
The suggestion from below does work, however when switching to the Navigation Controller
it seems to cause the nav bar to be drawn in the wrong location.