Share via


UINavigationController.NavigationBarHidden Property

Definition

Allows the navigation bar to be hidden.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool NavigationBarHidden { [Foundation.Export("isNavigationBarHidden")] get; [Foundation.Export("setNavigationBarHidden:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isNavigationBarHidden")>]
[<set: Foundation.Export("setNavigationBarHidden:")>]
member this.NavigationBarHidden : bool with get, set

Property Value

Attributes

Remarks

Hides or shows the navigationBar without using animation.

Applies to