Contents

isStatusBarHidden

A Boolean value that determines whether the status bar is hidden.

Declaration

var isStatusBarHidden: Bool { get set }
var statusBarHidden: Bool { get set }

Return Value

true means the status bar is hidden; false means it’s visible.

Discussion

Changing the value of this property changes the visibility of the status bar immediately—that is, without animations.

See Also

Deprecated properties