C# 클래스 NDC2010.DaysTableViewController.TableSource

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

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( DaysTableViewController tvc ) : System
TitleForFooter ( UITableView tableView, int section ) : string

비공개 메소드들

메소드 설명
GetDay ( NSIndexPath indexPath ) : int

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
리턴 float

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
리턴 UIView

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int

TableSource() 공개 메소드

public TableSource ( DaysTableViewController tvc ) : System
tvc DaysTableViewController
리턴 System

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, int section ) : string
tableView UITableView
section int
리턴 string