Change status bar text color to light in iOS 9 with Objective-C

reza_khalafi picture reza_khalafi · Oct 13, 2015 · Viewed 162.9k times · Source

In iOS 9, how do I change the color of the status bar text to white?

Answer

Wanbok Choi picture Wanbok Choi · Jan 24, 2016

If you want to change Status Bar Style from the launch screen, You should take this way.

  1. Go to Project -> Target,

  2. Set Status Bar Style to Light Project Setting

  3. Set View controller-based status bar appearance to NO in Info.plist.