UISplitViewShowEventArgs 클래스

정의

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

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

생성자

UISplitViewShowEventArgs(UIViewController, UIBarButtonItem)

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

속성

AViewController

다시 표시될 UIViewController입니다.

Button

UIBarButtonItem 가 숨겨져 있는 동안 을 AViewController 표시하는 데 사용된 입니다.

적용 대상