UINavigationController.ToolbarHidden Property

Definition

Controls visibility of the toolbar

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ToolbarHidden { [Foundation.Export("isToolbarHidden")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setToolbarHidden:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ToolbarHidden : bool with get, set

Property Value

Attributes

Remarks

Allows the toolbar to shown or hidden without using animation.

Applies to