UITabBarControllerDelegate_Extensions 类

定义

接口的 IUITabBarControllerDelegate 扩展方法,以支持协议中的所有方法 UITabBarControllerDelegate

public static class UITabBarControllerDelegate_Extensions
type UITabBarControllerDelegate_Extensions = class
继承
UITabBarControllerDelegate_Extensions

注解

IUITabBarControllerDelegate 扩展方法允许开发人员将 接口的实例视为具有原始 UITabBarControllerDelegate 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

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

指示自定义表已消除。

GetAnimationControllerForTransition(IUITabBarControllerDelegate, UITabBarController, UIViewController, UIViewController)

检索非交互式转换期间使用的 UIViewControllerAnimatedTransitioning。

GetInteractionControllerForAnimationController(IUITabBarControllerDelegate, UITabBarController, IUIViewControllerAnimatedTransitioning)

检索在交互式转换期间使用的 UIViewControllerInteractiveTransitioning。

GetPreferredInterfaceOrientation(IUITabBarControllerDelegate, UITabBarController)

选项卡栏控制器呈现的首选方向。

OnCustomizingViewControllers(IUITabBarControllerDelegate, UITabBarController, UIViewController[])

指示即将显示选项卡栏自定义工作表。

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

指示即将关闭选项卡栏自定义工作表。

ShouldSelectViewController(IUITabBarControllerDelegate, UITabBarController, UIViewController)

指定的 UIViewController 是否应处于活动状态。

SupportedInterfaceOrientations(IUITabBarControllerDelegate, UITabBarController)

选项卡栏控制器的显示支持方向。

ViewControllerSelected(IUITabBarControllerDelegate, UITabBarController, UIViewController)

指示应用用户从选项卡栏中选择了项。

适用于