extension UIViewController {
    func prefersStatusBarHidden() -> Bool {
        return true
    }
}