Method | Description | |
---|---|---|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
StyledMultilineElement ( NSAttributedString attributedString ) : System | ||
StyledMultilineElement ( string caption ) : System | ||
StyledMultilineElement ( string caption, Action tapped ) : System | ||
StyledMultilineElement ( string caption, string value ) : System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public StyledMultilineElement ( NSAttributedString attributedString ) : System | ||
attributedString | NSAttributedString | |
return | System |
public StyledMultilineElement ( string caption ) : System | ||
caption | string | |
return | System |
public StyledMultilineElement ( string caption, Action tapped ) : System | ||
caption | string | |
tapped | Action | |
return | System |
public StyledMultilineElement ( string caption, string value ) : System | ||
caption | string | |
value | string | |
return | System |