UINavigationBar.Items Property

Definition

The array of UINavigationItems managed by the bar.

public virtual UIKit.UINavigationItem[] Items { [Foundation.Export("items", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Items : UIKit.UINavigationItem[] with get, set

Property Value

The bottom item is at [0].

Attributes

Remarks

The item at [0] is at the bottom, the item at the top is in the last element, the BackItem is in the second-to-last element, etc.

Applies to