Contents

UIStatusBarStyle

The style of the status bar as the app launches.

Possible Values

UIStatusBarStyleDefault

A style that automatically chooses light or dark content based on the user interface style. This is the default status bar style.

UIStatusBarStyleBlackTranslucent

A transparent black style.

UIStatusBarStyleBlackOpaque

An opaque black style.

UIStatusBarStyleLightContent

A light status bar, intended for use on dark backgrounds.

UIStatusBarStyleDarkContent

A dark status bar, intended for use on light backgrounds.

See Also

Status bar