UITabBarController.ViewControllers Property

Definition

The UIViewControllers displayed by this UITabBarController's interface.

public virtual UIKit.UIViewController[] ViewControllers { [Foundation.Export("viewControllers", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setViewControllers:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ViewControllers : UIKit.UIViewController[] with get, set

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to