共用方式為


UIViewControllerTransitioningDelegate_Extensions 類別

定義

介面的 IUIViewControllerTransitioningDelegate 擴充方法,以支援通訊 UIViewControllerTransitioningDelegate 協定中的所有方法。

public static class UIViewControllerTransitioningDelegate_Extensions
type UIViewControllerTransitioningDelegate_Extensions = class
繼承
UIViewControllerTransitioningDelegate_Extensions

備註

IUIViewControllerTransitioningDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UIViewControllerTransitioningDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

GetAnimationControllerForDismissedController(IUIViewControllerTransitioningDelegate, UIViewController)

呼叫關閉動畫時,可以覆寫這個方法以提供自訂 UIViewControllerAnimatedTransitioning。

GetAnimationControllerForPresentedController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

傳回呈現 時 presentingpresented 所使用的動畫控制器。

GetInteractionControllerForDismissal(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

當控制器關閉且需要互動時,可以覆寫這個方法以提供自訂 UIViewControllerInteractiveTransitioning.|呼叫關閉互動且需要互動動畫時,t

GetInteractionControllerForPresentation(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

當控制器呈現且需要互動時,可以覆寫這個方法以提供自訂 UIViewControllerInteractiveTransitioning。

GetPresentationControllerForPresentedViewController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

傳回呈現 presentedpresenting 所使用的簡報控制器。

適用於