UITabBarController.SetViewControllers(UIViewController[], Boolean) Method

Definition

Assigns the UIViewControllers displayed by this UITabBarController's interface.

[Foundation.Export("setViewControllers:animated:")]
public virtual void SetViewControllers (UIKit.UIViewController[] viewControllers, bool animated);
abstract member SetViewControllers : UIKit.UIViewController[] * bool -> unit
override this.SetViewControllers : UIKit.UIViewController[] * bool -> unit

Parameters

viewControllers
UIViewController[]
animated
Boolean
Attributes

Applies to