UITabBar.SetItems(UITabBarItem[], Boolean) Method

Definition

Sets the items on the UITabBar, optionally animating their addition.

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

Parameters

items
UITabBarItem[]

The items for the TabBar.

This parameter can be null.

animated
Boolean
Attributes

Applies to