Method | Description | |
---|---|---|
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
EditingSource ( |
||
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle |
public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | bool |
public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
editingStyle | UITableViewCellEditingStyle | |
indexPath | NSIndexPath | |
return | void |
public EditingSource ( |
||
dvc | ||
return | System |
public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCellEditingStyle |