2

I am trying to figure out how to force the color of the clock/battery/carrier to be white in iOS 7. I am also curious if the

What I have now

What I want to get:

What I want to get

DarthCaniac
  • 383
  • 5
  • 16

1 Answers1

8

Figured it out! I just have to go into my Info.plst file and set View controller-based status bar appearance to NO, and then add this to my AppDeligate.m file:

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
DarthCaniac
  • 383
  • 5
  • 16