Last Updated: February 25, 2016
·
684
· gnclmorais

Set iOS status bar to white without code

I was looking for a simpler way to set a white status bar on iOS 7, without the use of any code. Seems like you could do that just in you .plist file. Just set:

  • View controller-based status bar appearance to NO
  • Status bar style to Opaque black style

And that's it!