The members of UIKit.UITabBarController are listed below.
See Also: Inherited members from UIKit.UIViewController
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. | 
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. | 
| [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 | 
| SetViewControllers(UIViewController[], bool) Assigns the UIViewControllers displayed by this UITabBarController's interface. | ||
| FinishedCustomizingViewControllers | Event raised by the object. | |
| OnCustomizingViewControllers | Event raised by the object. | |
| OnEndCustomizingViewControllers | Event raised by the object. | |
| ViewControllerSelected | Event raised by the object. |