In a ViewController, which I presented modally, I did this:
override func prefersStatusBarHidden() -> Bool { return true }
This used