UINavigationItem.SetRightBarButtonItems(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 right side of the navigation bar, optionally animating their assignment.
[Foundation.Export("setRightBarButtonItems:animated:")]
public virtual void SetRightBarButtonItems (UIKit.UIBarButtonItem[] items, bool animated);
abstract member SetRightBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit
override this.SetRightBarButtonItems : UIKit.UIBarButtonItem[] * bool -> unit
Parameters
- items
- UIBarButtonItem[]
- animated
- Boolean
- Attributes