Method | Description | |
---|---|---|
DataSource ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
SectionFor ( UITableView tableView, string title, int atIndex ) : int | ||
WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
listChanged ( Object sender, |
public DataSource ( |
||
view_controller | ||
return | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
return | int |
public SectionFor ( UITableView tableView, string title, int atIndex ) : int | ||
tableView | UITableView | |
title | string | |
atIndex | int | |
return | int |
public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | NSIndexPath |