UINavigationController.Toolbar Property

Definition

Retruns the toolbar for the navigation controller.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIToolbar Toolbar { [Foundation.Export("toolbar")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Toolbar : UIKit.UIToolbar

Property Value

Attributes

Remarks

Do not modify this toolbar directly. It should be modified only by the controller in the navigation controller's stack that contains it. The reason for having this property is so an action sheet can be presented from the toolbar.

Applies to