UISplitViewPresentEventArgs 클래스

정의

WillPresentViewController 이벤트에 대한 데이터를 제공합니다.

public class UISplitViewPresentEventArgs : EventArgs
type UISplitViewPresentEventArgs = class
    inherit EventArgs
상속
UISplitViewPresentEventArgs

생성자

UISplitViewPresentEventArgs(UIPopoverController, UIViewController)

UISplitViewPresentEventArgs 클래스의 새 instance 초기화합니다.

속성

AViewController

UIViewController 표시할 입니다.

Pc

UIPopoverController 표시할 책임이 있는 입니다 AViewController.

적용 대상