UIStatusBarStyle
The style of the status bar as the app launches.
Possible Values
UIStatusBarStyleDefaultA style that automatically chooses light or dark content based on the user interface style. This is the default status bar style.
UIStatusBarStyleBlackTranslucentA transparent black style.
UIStatusBarStyleBlackOpaqueAn opaque black style.
UIStatusBarStyleLightContentA light status bar, intended for use on dark backgrounds.
UIStatusBarStyleDarkContentA dark status bar, intended for use on light backgrounds.