C# Class AutoWait.MediaSelectionTableViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
MediaSelectionTableViewController ( IntPtr handle ) : System
NumberOfSections ( UITableView tableView ) : nint
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
RowsInSection ( UITableView tableView, nint section ) : nint

Private Methods

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

MediaSelectionTableViewController() public méthode

public MediaSelectionTableViewController ( IntPtr handle ) : System
handle IntPtr
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

PrepareForSegue() public méthode

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Résultat nint