C# 클래스 TDBadgedCellSharp.TDBadgedCell

상속: UITableViewCell
파일 보기 프로젝트 열기: conceptdev/TDBadgedCellSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

SetEditing() 공개 메소드

public SetEditing ( bool editing, bool animated ) : void
editing bool
animated bool
리턴 void

SetHighlighted() 공개 메소드

public SetHighlighted ( bool highlighted, bool animated ) : void
highlighted bool
animated bool
리턴 void

SetSelected() 공개 메소드

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
리턴 void

TDBadgedCell() 공개 메소드

public TDBadgedCell ( UITableViewCellStyle style, string reuseIdentifier ) : System
style UITableViewCellStyle
reuseIdentifier string
리턴 System