Method | Description | |
---|---|---|
DataSource ( |
||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowsInSection ( UITableView tableView, int section ) : int |
public DataSource ( |
||
rootViewController | ||
return | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RowsInSection ( UITableView tableView, int section ) : int | ||
tableView | UITableView | |
section | int | |
return | int |