C# Class TDBadgedCellSharp.TDBadgedCell

Inheritance: UITableViewCell
Afficher le fichier Open project: conceptdev/TDBadgedCellSharp Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

SetEditing() public méthode

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
Résultat void

SetHighlighted() public méthode

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
Résultat void

SetSelected() public méthode

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
Résultat void

TDBadgedCell() public méthode

public TDBadgedCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
Résultat System