Метод | Описание | |
---|---|---|
BadgeElement ( UIKit.UIImage badgeImage, string cellText, System.Action tapped = null ) : CoreGraphics | ||
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
MakeCalendarBadge ( UIKit.UIImage template, string smallText, string bigText ) : UIKit.UIImage |
Метод | Описание | |
---|---|---|
GetCellImpl ( UITableView tv ) : UITableViewCell |
public BadgeElement ( UIKit.UIImage badgeImage, string cellText, System.Action tapped = null ) : CoreGraphics | ||
badgeImage | UIKit.UIImage | |
cellText | string | |
tapped | System.Action | |
Результат | CoreGraphics |
protected GetCellImpl ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | nfloat |
public static MakeCalendarBadge ( UIKit.UIImage template, string smallText, string bigText ) : UIKit.UIImage | ||
template | UIKit.UIImage | |
smallText | string | |
bigText | string | |
Результат | UIKit.UIImage |