C# Class TDBadgedCellSharp.TDBadgedCell

Inheritance: UITableViewCell
ファイルを表示 Open project: conceptdev/TDBadgedCellSharp Class Usage Examples

Public Methods

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

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

SetEditing() public method

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
return void

SetHighlighted() public method

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
return void

SetSelected() public method

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
return void

TDBadgedCell() public method

public TDBadgedCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
return System