Method | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
SamplesDataSource ( UITableViewController controller, List |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
return | nint |
public SamplesDataSource ( UITableViewController controller, List | ||
controller | UITableViewController | |
data | List | |
return | System |