UIKit.UITabBarController Members

The members of UIKit.UITabBarController are listed below.

See Also: Inherited members from UIKit.UIViewController

Public Constructors

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.

Protected Constructors

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.

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

Public Methods

SetViewControllers(UIViewController[], bool)
Assigns the UIViewControllers displayed by this UITabBarController's interface.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UITabBarController object.

Public Events

FinishedCustomizingViewControllersEvent raised by the object.
OnCustomizingViewControllersEvent raised by the object.
OnEndCustomizingViewControllersEvent raised by the object.
ViewControllerSelectedEvent raised by the object.