C# 클래스 SplitDemo.MasterTableViewController.DataSource

상속: UITableViewDataSource
파일 보기 프로젝트 열기: mikebluestein/SplitDemo

공개 메소드들

메소드 설명
DataSource ( MasterTableViewController tvc ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableView, int section ) : int

메소드 상세

DataSource() 공개 메소드

public DataSource ( MasterTableViewController tvc ) : System
tvc MasterTableViewController
리턴 System

GetCell() 공개 메소드

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

RowsInSection() 공개 메소드

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