C# Class XamarinEvolveIOS.CustomUITableViewCell

Mostra file Open project: bholmes/XamarinEvolve2013Project

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
CustomUITableViewCell ( IntPtr ptr ) : System
LayoutSubviews ( ) : void
SetEditing ( bool editing, bool animated ) : void
SetInnerView ( CustomUITableViewCellSubView view ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

CustomUITableViewCell() public method

public CustomUITableViewCell ( IntPtr ptr ) : System
ptr IntPtr
return System

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

SetEditing() public method

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

SetInnerView() public method

public SetInnerView ( CustomUITableViewCellSubView view ) : void
view CustomUITableViewCellSubView
return void