Swift4 controller bar related

tech2022-09-03  102

the following two override variable are used in navigation controller bar setting, to indicates the top of your phone(which means, wifi status, battery percentage, and time) to show or not. if you need them to show, please do not override any of these variables

// override var prefersStatusBarHidden: Bool { // return true // } // override var preferredStatusBarStyle: UIStatusBarStyle { // return .lightContent // }
最新回复(0)