C# Класс NDC2010.TwitterTableViewController.TableSource

Наследование: UITableViewSource
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( TwitterTableViewController tvc ) : System

Приватные методы

Метод Описание
GetImage ( TweetCellController controller, Tweet tweet ) : void
RefreshImage ( TweetCellController controller ) : void
RequestImage ( object state ) : void

Описание методов

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

GetHeightForRow() публичный Метод

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
Результат int

TableSource() публичный Метод

public TableSource ( TwitterTableViewController tvc ) : System
tvc TwitterTableViewController
Результат System