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) : IUIViewControllerAnimatedTransitioningRetrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition. |
static | GetInteractionControllerForAnimationController(this IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioningRetrieves the UIViewControllerInteractiveTransitioning used during an interactive transition. |
static | GetPreferredInterfaceOrientation(this IUITabBarControllerDelegate, UITabBarController) : UIInterfaceOrientationThe 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) : boolWhether the specified UIViewController should be made active. |
static | SupportedInterfaceOrientations(this IUITabBarControllerDelegate, UITabBarController) : UIInterfaceOrientationMaskThe 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. |