I know that I can swipe to show the red Minus button on a row which then lets me tap it to show the right side Delete button. I also know that I can set the UITableView
into editing mode which will show the red minus button on the left which I can then tap to show the Delete button.
However, I would like to show the Delete button on EVERY row when I put the UITableView
into editing mode. I can't find a way to do that and web searches are filled with results about the common topics dealing with deleting one row instead of showing the Delete buttons on all rows.
How do I programmatically show the right-hand side Delete button on EVERY row in a UITableView
? Not the red Minus button on the left side.