C# 클래스 NDC2010.TwitterTableViewController.TableSource

상속: UITableViewSource
파일 보기 프로젝트 열기: alexyork/NDC2010

공개 메소드들

메소드 설명
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