ios 將狀態欄改成白色方法!

1在Info.plist中設置UIViewControllerBasedStatusBarAppearance 爲NO
2 在須要改變狀態欄顏色的ViewController中在ViewDidLoad方法中增長:spa

 [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];io

若是須要在所有View中都變色,能夠寫在父類的相關方法中,或者寫到AppDelegate中。class

相關文章
相關標籤/搜索