IUIViewControllerTransitionCoordinatorContext 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義轉換協調內容的介面。
[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 |
|
IsAnimated |
|
IsCancelled |
|
IsInteractive |
|
PercentComplete |
轉換移至非互動完成階段時的完成百分比。 |
PresentationStyle |
正在修改其轉換的簡報樣式。 |
TransitionDuration |
如果轉換非互動,則為預期的持續時間,以秒為單位。 |
方法
GetTransitionViewControllerForKey(NSString) |
取得 所 |
GetViewControllerForKey(NSString) |
指定之 uiTransitionKey 的 UIViewController。 |
TargetTransform() |
傳回描述轉換旋轉的轉換。 |
擴充方法
GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext) | |
GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind) |
取得控制轉換的檢視控制器。 |