Méthode | Description | |
---|---|---|
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, nint section ) : nint | ||
ShoppingListTableSource ( ) : System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | UITableViewCell |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | void |
public RowsInSection ( UITableView tableview, nint section ) : nint | ||
tableview | UITableView | |
section | nint | |
Résultat | nint |
public ShoppingListTableSource ( ) : System | ||
Résultat | System |