IUIViewControllerInteractiveTransitioning インターフェイス

定義

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

[Foundation.Protocol(Name="UIViewControllerInteractiveTransitioning", WrapperType=typeof(UIKit.UIViewControllerInteractiveTransitioningWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerInteractiveTransitioning : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerInteractiveTransitioning = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

注釈

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

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

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

プロパティ

Handle

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

(継承元 INativeObject)

メソッド

StartInteractiveTransition(IUIViewControllerContextTransitioning)

ビュー コントローラーの対話型遷移を設定して開始します。

拡張メソッド

GetCompletionCurve(IUIViewControllerInteractiveTransitioning)

アニメーションの進行速度を制御する完了曲線を返します。

GetCompletionSpeed(IUIViewControllerInteractiveTransitioning)

アニメーションの全体的な相対速度を返します。 既定値は 1.0 です。

GetWantsInteractiveStart(IUIViewControllerInteractiveTransitioning)

遷移が対話型かどうかを取得します。

適用対象