Share via


UISplitViewControllerDelegate.EventShowDetailViewController 메서드

정의

대리자를 쿼리하여 분할 보기 인터페이스의 보조 위치에 보기 컨트롤러를 표시하는 작업을 수행할 것인지 확인합니다.

[Foundation.Export("splitViewController:showDetailViewController:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool EventShowDetailViewController (UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
abstract member EventShowDetailViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
override this.EventShowDetailViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool

매개 변수

splitViewController
UISplitViewController

보조 보기가 업데이트되는 분할 보기 컨트롤러를 지정합니다.

vc
UIViewController

보조 위치에 표시되는 뷰 컨트롤러입니다.

sender
NSObject

요청을 만드는 작업입니다.

반환

개발자가 지정된 뷰 컨트롤러의 프레젠테이션을 처리하고 분할 보기 컨트롤러 false 가 해당 작업을 수행하도록 하려면 를 반환 true 합니다.

특성

적용 대상