UINavigationItem.LeftBarButtonItems 属性

定义

要显示在 左侧的 UINavigationBar数组UIBarButtonItem

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可用区域中,则不会显示重叠的那些元素。

适用于