UINavigationItem.LeftBarButtonItems Property

Definition

An array of UIBarButtonItems to be displayed on the left side of the UINavigationBar.

public virtual UIKit.UIBarButtonItem[] LeftBarButtonItems { [Foundation.Export("leftBarButtonItems", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setLeftBarButtonItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.LeftBarButtonItems : UIKit.UIBarButtonItem[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

If the buttons in this array cannot fit in the available area to the left of the TitleView, those elements that would overlap are not displayed.

Applies to