C# Class Facebook.AppDelegate.TableViewSource

Extends the new UITableViewSource in MonoTouch 1.2 (4-Nov-09)
Inheritance: UITableViewSource
Mostra file Open project: conceptdev/Facebook

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Display selected post details

RowsInSection ( UITableView tableview, int section ) : int
TableViewSource ( Posts p ) : System

Method Details

GetCell() public method

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

RowSelected() public method

Display selected post details
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

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

TableViewSource() public method

public TableViewSource ( Posts p ) : System
p Posts
return System