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

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.

Leave a Comment