UIKit.UITabBarControllerDelegate Members

The members of UIKit.UITabBarControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

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 Methods

FinishedCustomizingViewControllers(UITabBarController, UIViewController[], bool)
Indicates that the customization sheet was dismissed.
GetAnimationControllerForTransition(UITabBarController, UIViewController, UIViewController) : IUIViewControllerAnimatedTransitioning
Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.
GetInteractionControllerForAnimationController(UITabBarController, IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioning
Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.
GetPreferredInterfaceOrientation(UITabBarController) : UIInterfaceOrientation
The preferred orientation for presentation of the tab bar controller.
OnCustomizingViewControllers(UITabBarController, UIViewController[])
Indicates that the tab bar customization sheet is about to be displayed.
OnEndCustomizingViewControllers(UITabBarController, UIViewController[], bool)
Indicates that the tab bar customization sheet is about to be dismissed.
ShouldSelectViewController(UITabBarController, UIViewController) : bool
Whether the specified UIViewController should be made active.
SupportedInterfaceOrientations(UITabBarController) : UIInterfaceOrientationMask
The supported orientations for presentation of the tab bar controller.
ViewControllerSelected(UITabBarController, UIViewController)
Indicates that the app user selected an item from the tab bar.