C# Class MultipleDetailViews.RootViewController.DataSource

Inheritance: UITableViewDataSource
Mostra file Open project: RobGibbens/MultipleDetailViews

Public Methods

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

Method Details

DataSource() public method

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