Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowsInSection ( UITableView tableview, int section ) : int | ||
TableViewDataSource ( List |
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 |
public TableViewDataSource ( List |
||
items | List |
|
return | System |