UIKit.UITabBarControllerDelegate_Extensions Members

The members of UIKit.UITabBarControllerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

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