C# Class CustomTableCellApp.CustomCell1

Inheritance: UITableViewCell
Show file Open project: alexyork/MonoTouch.CustomTableCells Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CustomCell1 ( ) : System
CustomCell1 ( IntPtr handle ) : System
SetupCell ( NSIndexPath indexPath ) : void

Method Details

CustomCell1() public method

public CustomCell1 ( ) : System
return System

CustomCell1() public method

public CustomCell1 ( IntPtr handle ) : System
handle System.IntPtr
return System

SetupCell() public method

public SetupCell ( NSIndexPath indexPath ) : void
indexPath NSIndexPath
return void