次の方法で共有


IUIViewControllerTransitioningDelegate インターフェイス

定義

プロトコル UIViewControllerTransitioningDelegateの必要なメソッド (存在する場合) を表すインターフェイス。

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

注釈

このインターフェイスには、 で UIViewControllerTransitioningDelegate定義されているプロトコルから必要なメソッド (存在する場合) が含まれています。

開発者がこのインターフェイスを実装するクラスを作成すると、実装メソッドは、プロトコルで定義されているメソッドのシグネチャに一致する Objective-C に自動的に UIViewControllerTransitioningDelegate エクスポートされます。

省略可能なメソッド (存在する場合) は、 インターフェイスの拡張メソッドとして クラスによって UIViewControllerTransitioningDelegate_Extensions 提供されるため、開発者はプロトコルで任意のオプション メソッドを呼び出すことができます。

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

GetAnimationControllerForDismissedController(IUIViewControllerTransitioningDelegate, UIViewController)

無視アニメーションが呼び出されると、このメソッドをオーバーライドして、カスタム UIViewControllerAnimatedTransitioning を提供できます。

GetAnimationControllerForPresentedController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

が表示されるときに presenting 使用されるアニメーション コントローラーを返します presented

GetInteractionControllerForDismissal(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

コントローラーが閉じられ、操作が必要な場合、このメソッドをオーバーライドしてカスタム UIViewControllerInteractiveTransitioning.|無視操作が呼び出され、操作アニメーションが必要な場合は、t

GetInteractionControllerForPresentation(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

コントローラーが表示され、必要な操作が必要な場合、このメソッドをオーバーライドして、カスタム UIViewControllerInteractiveTransitioning を提供できます。

GetPresentationControllerForPresentedViewController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

が表示されるときに presenting 使用されるプレゼンテーション コントローラーを返します presented

適用対象