UINavigationItem.SetLeftBarButtonItems(UIBarButtonItem[], Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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