UIKit.UITabBarController: Property Members

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

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
CustomizableViewControllersUIViewController[]. The UIViewControllers managed by this UITabBarController that can be customized.
DelegateIUITabBarControllerDelegate. An instance of the UIKit.UITabBarControllerDelegate model class which acts as the class delegate.
GetAnimationControllerForTransitionFunc<UITabBarController, UIViewController, UIViewController, IUIViewControllerAnimatedTransitioning>. Delegate invoked by the object to get a value.
GetInteractionControllerForAnimationControllerFunc<UITabBarController, IUIViewControllerAnimatedTransitioning, IUIViewControllerInteractiveTransitioning>. Delegate invoked by the object to get a value.
GetPreferredInterfaceOrientationFunc<UITabBarController, UIInterfaceOrientation>. Delegate invoked by the object to get a value.
[read-only]
MoreNavigationControllerUINavigationController. The UIViewController that manages the "More" navigation interface. Read-only.
SelectedIndexnint. The index of the currently selected UIViewController.
SelectedViewControllerUIViewController. The currently selected UIViewController.
ShouldSelectViewControllerUITabBarSelection. Delegate invoked by the object to get a value.
SupportedInterfaceOrientationsFunc<UITabBarController, UIInterfaceOrientationMask>. Delegate invoked by the object to get a value.
[read-only]
TabBarUITabBar. The UITabBar controlled by this UITabBarController. Read-only.
ViewControllersUIViewController[]. The UIViewControllers displayed by this UITabBarController's interface.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type