Can I make an UITableView reorderable while still allowing deletion of rows?
- by mystify
from the docs:
the reordering control temporarily replaces any accessory view.
So when I do implement tableView:moveRowAtIndexPath:toIndexPath: in the data source, I would automatically get those reordering controls, right? But when they replace the accessory view (which may be the deletion control, right), then the user can only reorder. So ... can I do both?