共用方式為


UIViewControllerContextTransitioning.GetViewControllerForKey(NSString) 方法

定義

傳回轉換所涉及的指定 UIViewController。

[Foundation.Export("viewControllerForKey:")]
public abstract UIKit.UIViewController GetViewControllerForKey (Foundation.NSString uiTransitionKey);
abstract member GetViewControllerForKey : Foundation.NSString -> UIKit.UIViewController

參數

uiTransitionKey
NSString

應該是 來自 UITransitionContext 的值。

傳回

實作

屬性

適用於