C# Class MultipleDetailViews.RootViewController.DataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: RobGibbens/MultipleDetailViews

Méthodes publiques

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

Method Details

DataSource() public méthode

public DataSource ( RootViewController rootViewController ) : System
rootViewController RootViewController
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