Method | Description | |
---|---|---|
LayoutSubviews ( ) : void | ||
SetEditing ( bool editing, bool animated ) : void | ||
SetHighlighted ( bool highlighted, bool animated ) : void | ||
SetSelected ( bool selected, bool animated ) : void | ||
TDBadgedCell ( UITableViewCellStyle style, string reuseIdentifier ) : System |
public SetEditing ( bool editing, bool animated ) : void | ||
editing | bool | |
animated | bool | |
return | void |
public SetHighlighted ( bool highlighted, bool animated ) : void | ||
highlighted | bool | |
animated | bool | |
return | void |
public SetSelected ( bool selected, bool animated ) : void | ||
selected | bool | |
animated | bool | |
return | void |
public TDBadgedCell ( UITableViewCellStyle style, string reuseIdentifier ) : System | ||
style | UITableViewCellStyle | |
reuseIdentifier | string | |
return | System |