C# Class NDC2010.TwitterTableViewController.TableSource

Inheritance: UITableViewSource
Datei anzeigen Open project: alexyork/NDC2010

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( TwitterTableViewController tvc ) : System

Private Methods

Method Description
GetImage ( TweetCellController controller, Tweet tweet ) : void
RefreshImage ( TweetCellController controller ) : void
RequestImage ( object state ) : void

Method Details

GetCell() public method

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

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

RowsInSection() public method

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

TableSource() public method

public TableSource ( TwitterTableViewController tvc ) : System
tvc TwitterTableViewController
return System