C# Class 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.
Inheritance: UISplitViewController
ファイルを表示 Open project: xamarin/monotouch-samples

Public Methods

Method Description
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.

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

MasterSplitView() public method

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

ViewDidLoad() public method

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