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
Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode 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

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

MasterSplitView() public méthode

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

ViewDidLoad() public méthode

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