次の方法で共有


UIBarButtonItem.CustomView プロパティ

定義

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

プロパティ値

この値は、null の場合もあります。

属性

注釈

カスタム ビューを使用すると、UIBarButtonItem に対して仲裁 UIView を使用できます。

適用対象