UITabBarControllerDelegate_Extensions Class

Definition

Extension methods to the IUITabBarControllerDelegate interface to support all the methods from the UITabBarControllerDelegate protocol.

public static class UITabBarControllerDelegate_Extensions
type UITabBarControllerDelegate_Extensions = class
Inheritance
UITabBarControllerDelegate_Extensions

Remarks

The extension methods for IUITabBarControllerDelegate allow developers to treat instances of the interface as having all the optional methods of the original UITabBarControllerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

FinishedCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

Indicates that the customization sheet was dismissed.

GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)

Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.

GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

Retrieves the UIViewControllerInteractiveTransitioning used during an interactive transition.

GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)

The preferred orientation for presentation of the tab bar controller.

OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])

Indicates that the tab bar customization sheet is about to be displayed.

OnEndCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[], Boolean)

Indicates that the tab bar customization sheet is about to be dismissed.

ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)

Whether the specified UIViewController should be made active.

SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)

The supported orientations for presentation of the tab bar controller.

ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)

Indicates that the app user selected an item from the tab bar.

Applies to