C# Class NDC2010.TwitterTableViewController.TableSource

Inheritance: UITableViewSource
Afficher le fichier Open project: alexyork/NDC2010

Méthodes publiques

Méthode 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

Méthode Description
GetImage ( TweetCellController controller, Tweet tweet ) : void
RefreshImage ( TweetCellController controller ) : void
RequestImage ( object state ) : void

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
Résultat int

TableSource() public méthode

public TableSource ( TwitterTableViewController tvc ) : System
tvc TwitterTableViewController
Résultat System