How to change Status Bar text color in iOS
Alternatively, you can opt out of the view-controller based status bar appearance:
- Set UIViewControllerBasedStatusBarAppearance to NO in .plist file.
- Call
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
No comments:
Post a Comment