UIViewControllerTransitioningDelegate_Extensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面的 IUIViewControllerTransitioningDelegate 擴充方法,以支援通訊 UIViewControllerTransitioningDelegate 協定中的所有方法。
public static class UIViewControllerTransitioningDelegate_Extensions
type UIViewControllerTransitioningDelegate_Extensions = class
- 繼承
-
UIViewControllerTransitioningDelegate_Extensions
備註
的 IUIViewControllerTransitioningDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UIViewControllerTransitioningDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。
方法
GetAnimationControllerForDismissedController(IUIViewControllerTransitioningDelegate, UIViewController) |
呼叫關閉動畫時,可以覆寫這個方法以提供自訂 UIViewControllerAnimatedTransitioning。 |
GetAnimationControllerForPresentedController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController) |
傳回呈現 時 |
GetInteractionControllerForDismissal(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning) |
當控制器關閉且需要互動時,可以覆寫這個方法以提供自訂 UIViewControllerInteractiveTransitioning.|呼叫關閉互動且需要互動動畫時,t |
GetInteractionControllerForPresentation(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning) |
當控制器呈現且需要互動時,可以覆寫這個方法以提供自訂 UIViewControllerInteractiveTransitioning。 |
GetPresentationControllerForPresentedViewController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController) |
傳回呈現 |