C# Class CrossUI.iOS.Dialog.Elements.OwnerDrawnElement.OwnerDrawnCell

Inheritance: UITableViewCell
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
LayoutSubviews ( ) : void
OwnerDrawnCell ( OwnerDrawnElement element, UITableViewCellStyle style, string cellReuseIdentifier ) : CoreGraphics
Update ( ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

OwnerDrawnCell() public method

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

Update() public method

public Update ( ) : void
return void