UINavigationBar.Items Proprietà

Definizione

Matrice di UINavigationItems gestita dalla barra.

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

Valore della proprietà

L'elemento inferiore è a [0].

Attributi

Commenti

L'elemento in [0] è in basso, l'elemento nella parte superiore è nell'ultimo elemento, l'elemento BackItem si trova nell'elemento da secondo all'ultimo e così via.

Si applica a