다음을 통해 공유


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 원하는 뷰 컨트롤러의 식별자와 뷰 컨트롤러 계층의 모든 상위 항목이 포함되어야 합니다. 마지막 값은 원하는 뷰 컨트롤러의 값이어야 하지만 첫 번째 값은 뷰 컨트롤러 계층의 루트여야 합니다.

적용 대상