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) : IUIViewControllerAnimatedTransitioningRetrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition. |
| GetInteractionControllerForAnimationController(UITabBarController, IUIViewControllerAnimatedTransitioning) : IUIViewControllerInteractiveTransitioningRetrieves the UIViewControllerInteractiveTransitioning used during an interactive transition. |
| GetPreferredInterfaceOrientation(UITabBarController) : UIInterfaceOrientationThe 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) : boolWhether the specified UIViewController should be made active. |
| SupportedInterfaceOrientations(UITabBarController) : UIInterfaceOrientationMaskThe supported orientations for presentation of the tab bar controller. |
| ViewControllerSelected(UITabBarController, UIViewController)Indicates that the app user selected an item from the tab bar. |