Reputation: 6262
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
Reputation:
See this:
UITableView editable (rearrangeable) without cells beeing deletable
Upvotes: 1