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
You can do it by your own code.
Take one button and on click of that delete the selected row from UiTableView