Search code examples
objective-cios9xcode7statusbar

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


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


Solution

  • 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.