How to change Status Bar text color in iOS
问题 My application has a dark background, but in iOS 7 the status bar became transparent. So I can\'t see anything there, only the green battery indicator in the corner. How can I change the status bar text color to white like it is on the home screen? 回答1: Set the UIViewControllerBasedStatusBarAppearance to YES in the .plist file. In the viewDidLoad do a [self setNeedsStatusBarAppearanceUpdate]; Add the following method: - (UIStatusBarStyle)preferredStatusBarStyle { return