共用方式為


IUIViewControllerTransitionCoordinatorContext 介面

定義

定義轉換協調內容的介面。

[Foundation.Protocol(Name="UIViewControllerTransitionCoordinatorContext", WrapperType=typeof(UIKit.UIViewControllerTransitionCoordinatorContextWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerTransitionCoordinatorContext : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerTransitionCoordinatorContext = interface
    interface INativeObject
    interface IDisposable
衍生
屬性
實作

屬性

CompletionCurve

檢視控制器轉換的 UIViewAnimationCurve。

CompletionVelocity

檢視控制器轉換的完成速度。

ContainerView

檢視控制器轉換動畫的容器 UIView。

Handle

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)
InitiallyInteractive

trueIsAnimated差異是 true ,且轉換是以互動方式起始。

IsAnimated

true 如果轉換已明確以動畫顯示或使用 Custom 簡報,則為 。

IsCancelled

true 如果互動式轉換結束且使用者取消轉換,則為 。

IsInteractive

true 如果轉換目前為互動式,則為 。

PercentComplete

轉換移至非互動完成階段時的完成百分比。

PresentationStyle

正在修改其轉換的簡報樣式。

TransitionDuration

如果轉換非互動,則為預期的持續時間,以秒為單位。

方法

GetTransitionViewControllerForKey(NSString)

取得 所 key 指定的轉換。

GetViewControllerForKey(NSString)

指定之 uiTransitionKey 的 UIViewController。

TargetTransform()

傳回描述轉換旋轉的轉換。

擴充方法

GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext)

是否可以 IUIViewControllerTransitionCoordinatorContext 中斷動畫。

GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind)

取得控制轉換的檢視控制器。

適用於