Метод | Описание | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( |
Метод | Описание | |
---|---|---|
GetImage ( |
||
RefreshImage ( |
||
RequestImage ( object state ) : 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 TableSource ( |
||
tvc | ||
Результат | System |