UINavigationItem.SetLeftBarButtonItems(UIBarButtonItem[], Boolean) Method

Definition

Sets multiple buttons to be displayed on the left side of the navigation bar, optionally animating their assignment.

[Foundation.Export("setLeftBarButtonItems:animated:")]
public virtual void SetLeftBarButtonItems (UIKit.UIBarButtonItem[] items, bool animated);
abstract member SetLeftBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit
override this.SetLeftBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit

Parameters

items
UIBarButtonItem[]

Items to display on the left side of the navigation bar.

animated
Boolean
Attributes

Applies to