C# Class NibManagerTest.BasicCell

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

Public Methods

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

Method Details

BasicCell() public method

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

PopulateCell() public method

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