IUIViewControllerTransitioningDelegate 接口

定义

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

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

注解

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

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

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

属性

Handle

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

(继承自 INativeObject)

扩展方法

GetAnimationControllerForDismissedController(IUIViewControllerTransitioningDelegate, UIViewController)

调用消除动画时,可以重写此方法以提供自定义 UIViewControllerAnimatedTransitioning。

GetAnimationControllerForPresentedController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

返回呈现 presentedpresenting使用的动画控制器。

GetInteractionControllerForDismissal(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

当关闭控制器并需要交互时,可以重写此方法以提供自定义 UIViewControllerInteractiveTransitioning.|调用消除交互并需要交互动画时,t

GetInteractionControllerForPresentation(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

当出现控制器并需要交互时,可以重写此方法以提供自定义 UIViewControllerInteractiveTransitioning。

GetPresentationControllerForPresentedViewController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

返回呈现 时presentingpresented使用的演示控制器。

适用于