UIViewController.TabBarController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.