Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
StyledStringElement ( string caption ) : System | ||
StyledStringElement ( string caption, NSAction tapped ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public StyledStringElement ( string caption ) : System | ||
caption | string | |
return | System |
public StyledStringElement ( string caption, NSAction tapped ) : System | ||
caption | string | |
tapped | NSAction | |
return | System |