Tuesday, December 15, 2015

How to change Status Bar text color in iOS

How to change Status Bar text color in iOS


Alternatively, you can opt out of the view-controller based status bar appearance:
  1. Set UIViewControllerBasedStatusBarAppearance to NO in .plist file.
  2. Call [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];

No comments:

Post a Comment