C# Class NDC2010.DaysTableViewController.TableSource

Inheritance: UITableViewSource
Datei anzeigen Open project: alexyork/NDC2010

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( DaysTableViewController tvc ) : System
TitleForFooter ( UITableView tableView, int section ) : string

Private Methods

Method Description
GetDay ( NSIndexPath indexPath ) : int

Method Details

GetCell() public method

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

GetHeightForHeader() public method

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
return float

GetViewForHeader() public method

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
return UIView

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

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

TableSource() public method

public TableSource ( DaysTableViewController tvc ) : System
tvc DaysTableViewController
return System

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string