Does anyone know if there is a way to do the mass delete (like in Mail) on a UITableView? I want to allow the user to select multiple items in a table view for deletion. It can probably be done by implementing my own UITableViewCell classes, but I was wondering if there was an easier way.