The properties of UIKit.UITabBarController are listed below. For a list of all members, see the UITabBarController Members list.
See Also: Inherited members from UIKit.UIViewController
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| CustomizableViewControllers | UIViewController[]. The UIViewControllers managed by this UITabBarController that can be customized. | |
| Delegate | IUITabBarControllerDelegate. An instance of the UIKit.UITabBarControllerDelegate model class which acts as the class delegate. | |
| GetAnimationControllerForTransition | Func<UITabBarController, UIViewController, UIViewController, IUIViewControllerAnimatedTransitioning>. Delegate invoked by the object to get a value. | |
| GetInteractionControllerForAnimationController | Func<UITabBarController, IUIViewControllerAnimatedTransitioning, IUIViewControllerInteractiveTransitioning>. Delegate invoked by the object to get a value. | |
| GetPreferredInterfaceOrientation | Func<UITabBarController, UIInterfaceOrientation>. Delegate invoked by the object to get a value. | |
| [read-only] | MoreNavigationController | UINavigationController. The UIViewController that manages the "More" navigation interface. Read-only. |
| SelectedIndex | nint. The index of the currently selected UIViewController. | |
| SelectedViewController | UIViewController. The currently selected UIViewController. | |
| ShouldSelectViewController | UITabBarSelection. Delegate invoked by the object to get a value. | |
| SupportedInterfaceOrientations | Func<UITabBarController, UIInterfaceOrientationMask>. Delegate invoked by the object to get a value. | |
| [read-only] | TabBar | UITabBar. The UITabBar controlled by this UITabBarController. Read-only. |
| ViewControllers | UIViewController[]. The UIViewControllers displayed by this UITabBarController's interface. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |