C# Class MultiLevelTableView.SubGroupViewController.DataSource

Inheritance: UITableViewDataSource
Mostra file Open project: kevinmcmahon/MultiLevelTableView

Public Methods

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

Method Details

DataSource() public method

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