Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
listChanged ( Object sender, |
public DataSource ( |
||
view_controller | ||
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | float |
public RowsInSection ( UITableView tableview, int section ) : int | ||
tableview | UITableView | |
section | int | |
Результат | int |
public SectionFor ( UITableView tableView, string title, int atIndex ) : int | ||
tableView | UITableView | |
title | string | |
atIndex | int | |
Результат | int |
public WillSelectRow ( UITableView tableView, NSIndexPath indexPath ) : NSIndexPath | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | NSIndexPath |