共用方式為


CPApplicationDelegate.GetViewController 方法

定義

UIViewController擷取 所識別的 restorationIdentifierComponents

[Foundation.Export("application:viewControllerWithRestorationIdentifierPath:coder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIViewController GetViewController (UIKit.UIApplication application, string[] restorationIdentifierComponents, Foundation.NSCoder coder);
abstract member GetViewController : UIKit.UIApplication * string[] * Foundation.NSCoder -> UIKit.UIViewController
override this.GetViewController : UIKit.UIApplication * string[] * Foundation.NSCoder -> UIKit.UIViewController

參數

application
UIApplication

叫用這個委派方法的 UIApplication 參考。

restorationIdentifierComponents
String[]

識別所需檢視控制器路徑的識別碼陣列,應該最後一個。

coder
NSCoder

傳回

屬性

備註

若要擷取特定 UIViewController ,必須 restorationIdentifierComponents 包含所需檢視控制器的識別碼,以及檢視控制器階層中的所有上階。 最後一個值應該是所需的檢視範圍,而第一個值應該是檢視控制器階層的根目錄。

適用於