C# Class SplitDemo.MasterTableViewController.DataSource

Inheritance: UITableViewDataSource
Datei anzeigen Open project: mikebluestein/SplitDemo

Public Methods

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

Method Details

DataSource() public method

public DataSource ( MasterTableViewController tvc ) : System
tvc MasterTableViewController
return System

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowsInSection() public method

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
return int