I\'m having a lot of troubles with the new auto hiding of the status bar in iOS 8.
In my app, I\'ve got a view in which when the user taps once, the navigation bar and th
This is the swift (3.0) version of that prefersStatusBarHidden
override var prefersStatusBarHidden: Bool{ return false }
You just need to add it to your ViewController