UIViewController.TabBarController Property
Definition
The nearest ancestore UITabBarController or null
.
[get: Foundation.Export("tabBarController", ObjCRuntime.ArgumentSemantic.Strong)]
public virtual UIKit.UITabBarController TabBarController { 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.