radesix
radesix

Reputation: 6262

How do I not allow delete functionality in a UITableView?

I am using a UITableView and when I setEditing:YES I don't want a delete option to be available. I just want the ability to reorder the rows of the table. Is there a way to prevent the - button from showing up on the left?

Upvotes: 0

Views: 1002

Answers (1)

Related Questions