Метод | Описание | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableView, int section ) : int | ||
TopCommittersConfigTableSource ( UITableViewController controller ) : System |
Метод | Описание | |
---|---|---|
IsNumberOfCommitters ( int section ) : bool | ||
IsTimePeriod ( int section ) : bool |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
Результат | int |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Результат | void |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
Результат | int |
public TopCommittersConfigTableSource ( UITableViewController controller ) : System | ||
controller | UITableViewController | |
Результат | System |