C# Class NibManagerTest.CustomCell

Inheritance: UITableViewCell, ICellPopulator
显示文件 Open project: dtavlikos/JTNibManager

Private Properties

Property Type Description

Public Methods

Method Description
CustomCell ( IntPtr handle ) : System
PopulateCell ( string text, string subtitle ) : void

Method Details

CustomCell() public method

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

PopulateCell() public method

public PopulateCell ( string text, string subtitle ) : void
text string
subtitle string
return void