Contents

isNavigationBarHidden

A Boolean value that indicates whether the navigation bar is hidden.

Declaration

var isNavigationBarHidden: Bool { get set }

Discussion

If true, the navigation bar is hidden. The default value is false. Setting this property changes the visibility of the navigation bar without animating the changes. If you want to animate the change, use the setNavigationBarHidden(_:animated:)method instead.

See Also

Hiding the navigation bar