Hi there I am trying to change the text that is showing in the delete button when a user swipes a uitableviewcell inside my tableview.
I have seen an example in anot
Swift 4.2
override func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? { return "Erase" }