第一步:在Info.plist
中设置UIViewControllerBasedStatusBarAppearance
为NO
第二步:在viewDidLoad
中加一句
UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent
这样就可以把默认的黑色改为白色。
第一步:在Info.plist
中设置UIViewControllerBasedStatusBarAppearance
为NO
第二步:在viewDidLoad
中加一句
UIApplication.sharedApplication().statusBarStyle = UIStatusBarStyle.LightContent
这样就可以把默认的黑色改为白色。