When I launch my app, it shows the launch image and a black status bar. How can I change it so the status bar is light during launch? I have set the status bar appearance to
Works on iOS7 and iOS8
You need to set in your Info.plist file property for key
Status bar style
:
Opaque black style
or Transparent black style (alpha of
0.5)
for White status barGray style (default)
to set Black status bar color.It looks like you set Background style for Status Bar and XCode understand which color of status bar need to choose. Dark background - white status bar, light background - black status bar