Property | Type | Description | |
---|---|---|---|
Accessory | UITableViewCellAccessory | ||
ContentMode | UIViewContentMode | ||
LineBreakMode | UILineBreakMode | ||
Lines | int |
Method | Description | |
---|---|---|
BadgeElement ( UIImage badgeImage, string cellText ) : System | ||
BadgeElement ( UIImage badgeImage, string cellText, NSAction tapped ) : System | ||
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
MakeCalendarBadge ( UIImage template, string smallText, string bigText ) : UIImage | ||
Selected ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public BadgeElement ( UIImage badgeImage, string cellText ) : System | ||
badgeImage | UIImage | |
cellText | string | |
return | System |
public BadgeElement ( UIImage badgeImage, string cellText, NSAction tapped ) : System | ||
badgeImage | UIImage | |
cellText | string | |
tapped | NSAction | |
return | System |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | float |
public static MakeCalendarBadge ( UIImage template, string smallText, string bigText ) : UIImage | ||
template | UIImage | |
smallText | string | |
bigText | string | |
return | UIImage |
public Selected ( |
||
dvc | ||
tableView | UITableView | |
path | NSIndexPath | |
return | void |
public UITableViewCellAccessory Accessory | ||
return | UITableViewCellAccessory |