Property | Type | Description | |
---|---|---|---|
BaseSize |
Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float | ||
RowsInSection ( UITableView tableView, int section ) : int |
Method | Description | |
---|---|---|
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell | ||
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell | ||
GetFont ( NSIndexPath indexPath ) : UIFont |
protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
cellId | string | |
return | UITableViewCell |
protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
cellId | string | |
style | UITableViewCellStyle | |
clickable | bool | |
return | UITableViewCell |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float | ||
cellText | string | |
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
protected abstract GetFont ( NSIndexPath indexPath ) : UIFont | ||
indexPath | NSIndexPath | |
return | UIFont |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
return | int |