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.
[Foundation.Export("setLeftBarButtonItems:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLeftBarButtonItems(UIKit.UIBarButtonItem[] items, bool animated);
[<Foundation.Export("setLeftBarButtonItems:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLeftBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit
override this.SetLeftBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit
Parameters
- items
- UIBarButtonItem[]
- animated
- Boolean
- Attributes