IUITabBarControllerDelegate 接口

定义

表示所需方法的接口 ((如果协议 UITabBarControllerDelegate有任何) )。

[Foundation.Protocol(Name="UITabBarControllerDelegate", WrapperType=typeof(UIKit.UITabBarControllerDelegateWrapper))]
public interface IUITabBarControllerDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITabBarControllerDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 UITabBarControllerDelegate定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 UITabBarControllerDelegate 定义的方法的匹配签名。

可选方法 (类是否提供 UITabBarControllerDelegate_Extensions 任何) 作为接口的扩展方法,从而允许开发人员在协议上调用任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

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)

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

适用于