Méthode | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
StyledMultilineElement ( string caption ) : System | ||
StyledMultilineElement ( string caption, NSAction tapped ) : System | ||
StyledMultilineElement ( string caption, string value ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Résultat | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | float |
public StyledMultilineElement ( string caption ) : System | ||
caption | string | |
Résultat | System |
public StyledMultilineElement ( string caption, NSAction tapped ) : System | ||
caption | string | |
tapped | NSAction | |
Résultat | System |
public StyledMultilineElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
Résultat | System |