C# 클래스 tvTable.MasterSplitView

Controls the Split View that acts as the main interface for the tvOS app. A AttractionTableView is presented in the left hand side of the Split View containing a collection of CityInformation and AttractionInformation objects. If a Row is highlighted in the AttractionTableView, the details of the AttractionInformation for that row will be presented in the AttractionView on the right hand side of the Split View.
상속: UISplitViewController
파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
MasterSplitView ( IntPtr handle ) : System

Initializes a new instance of the T:tvTable.MasterSplitView class.

ViewDidLoad ( ) : void

Called when the View is loaded so that it can be initialized.

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

MasterSplitView() 공개 메소드

Initializes a new instance of the T:tvTable.MasterSplitView class.
public MasterSplitView ( IntPtr handle ) : System
handle System.IntPtr Handle.
리턴 System

ViewDidLoad() 공개 메소드

Called when the View is loaded so that it can be initialized.
public ViewDidLoad ( ) : void
리턴 void