在GameViewController.swift中重载prefersStatusBarHidden方法,返回true
override func prefersStatusBarHidden() -> Bool { return true }
在GameViewController.swift中重载prefersStatusBarHidden方法,返回true
override func prefersStatusBarHidden() -> Bool { return true }
转载于:https://www.cnblogs.com/sandal1980/p/3819074.html