次の方法で共有


UINavigationItem.LeftBarButtonItems プロパティ

定義

UIBarButtonItem左側 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

プロパティ値

(このノードのその他のドキュメントが公開されます)

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

属性

注釈

この配列内のボタンが の左側 TitleViewの使用可能な領域に収まらない場合、重複する要素は表示されません。

適用対象