StatusBar 字体白色

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
/*you'll also need to set UIViewControllerBasedStatusBarAppearance to NO in the plist file if you use this method.*/


下面是带UINavigationController的
self.navigationController.navigationBar.barStyle = UIBarStyleBlack;

你可能感兴趣的:(status)