UIViewController.TabBarController Property

Definition

The nearest ancestore UITabBarController or null.

public virtual UIKit.UITabBarController TabBarController { [Foundation.Export("tabBarController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.TabBarController : UIKit.UITabBarController

Property Value

The default value is null.

Attributes

Remarks

If this UIViewController is a descendant of a UITabBarController, this method will return that UITabBarController.

Applies to