在GameViewController.swift中重载prefersStatusBarHidden方法,返回true

override func prefersStatusBarHidden() -> Bool {
        return true
}

 

 

相关文章: