Contents

statusBarStyle

The current style of the status bar.

Declaration

var statusBarStyle: UIStatusBarStyle { get set }

Discussion

The value of the property is a UIStatusBarStyle constant that indicates the style of status. The default style is UIStatusBarStyle.default. Changing this property sets the new style immediately without animations.

See Also

Deprecated properties