C# 클래스 Smeedee.iPhone.TopCommitersTableSource

상속: UITableViewSource
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( UITableView tableview, int section ) : int
TopCommitersTableSource ( ) : System

메소드 상세

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

NumberOfSections() 공개 메소드

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

RowsInSection() 공개 메소드

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

TopCommitersTableSource() 공개 메소드

public TopCommitersTableSource ( ) : System
리턴 System