Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetHeightForHeader ( UITableView tableView, int section ) : float | ||
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TableSource ( |
Method | Description | |
---|---|---|
GetFont ( NSIndexPath indexPath ) : UIFont |
Method | Description | |
---|---|---|
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool | ||
GetCellText ( NSIndexPath indexPath ) : string | ||
TitleForHeader ( int section ) : string |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
protected GetFont ( NSIndexPath indexPath ) : UIFont | ||
indexPath | NSIndexPath | |
return | UIFont |
public GetHeightForHeader ( UITableView tableView, int section ) : float | ||
tableView | UITableView | |
section | int | |
return | float |
public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public GetViewForHeader ( UITableView tableView, int section ) : UIView | ||
tableView | UITableView | |
section | int | |
return | UIView |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
return | int |
public TableSource ( |
||
tvc | ||
return | System |