C# Class SplitDemo.MasterTableViewController.DataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: mikebluestein/SplitDemo

Méthodes publiques

Méthode Description
DataSource ( MasterTableViewController tvc ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int

Method Details

DataSource() public méthode

public DataSource ( MasterTableViewController tvc ) : System
tvc MasterTableViewController
Résultat System

GetCell() public méthode

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

RowsInSection() public méthode

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