C# Class MultiLevelTableView.RootViewController.DataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: kevinmcmahon/MultiLevelTableView

Méthodes publiques

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

Method Details

DataSource() public méthode

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