Quick question about swipe to delete feature in UITableView - is there a way to just go ahead and delete the row without showing the Delete button and waiting for user\'s co
Implement your custom UITableViewCell and make use of UISwipeGestureRecognizer. You'll have to write all your logic (protocol, delegate etc.) on your own, but you will have it totally customizable.