C# Class NibManagerTest.ListController.TableSource

Inheritance: UITableViewSource
显示文件 Open project: dtavlikos/JTNibManager

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int
TableSource ( ListController parentController ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

TableSource() public method

public TableSource ( ListController parentController ) : System
parentController ListController
return System