UINavigationController.NavigationBarHidden Property

Definition

Allows the navigation bar to be hidden.

public virtual bool NavigationBarHidden { [Foundation.Export("isNavigationBarHidden")] get; [Foundation.Export("setNavigationBarHidden:")] set; }
member this.NavigationBarHidden : bool with get, set

Property Value

Attributes

Remarks

Hides or shows the navigationBar without using animation.

Applies to