Condividi tramite


UIBarButtonItem.CustomView Proprietà

Definizione

Visualizzazione personalizzata usata per rappresentare UIBarButtonItem

public virtual UIKit.UIView CustomView { [Foundation.Export("customView", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setCustomView:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.CustomView : UIKit.UIView with get, set

Valore della proprietà

Il valore può essere null.

Attributi

Commenti

La visualizzazione personalizzata consente di usare un arbitray UIView per UIBarButtonItem.

Si applica a