Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( |
Method | Description | |
---|---|---|
GetImage ( |
||
RefreshImage ( |
||
RequestImage ( object state ) : void |
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 TableSource ( |
||
tvc | ||
return | System |