C# 클래스 CrossUI.iOS.Dialog.Elements.OwnerDrawnElement.OwnerDrawnCell

상속: UITableViewCell
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
LayoutSubviews ( ) : void
OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : CoreGraphics
Update ( ) : void

메소드 상세

LayoutSubviews() 공개 메소드

public LayoutSubviews ( ) : void
리턴 void

OwnerDrawnCell() 공개 메소드

public OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : CoreGraphics
element OwnerDrawnElement
style UITableViewCellStyle
cellReuseIdentifier string
리턴 CoreGraphics

Update() 공개 메소드

public Update ( ) : void
리턴 void