iOS 7 改变Status Bar 颜色

  1. Set the UIViewControllerBasedStatusBarAppearance to NO in the Info.plist.

  2. In ViewDidLoad method or anywhere, where do you want to change status bar style:[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];

原文地址:https://www.cnblogs.com/joesen/p/3358832.html