I have a bunch of UITableViewCell’s in my UITableViewController. When I set editing to YES, it automatically enables deletion of each cell. How do I disable the delete feature? I only want to let the user reorder the cells.
I have a bunch of UITableViewCell’s in my UITableViewController. When I set editing to
Share
Try:
It controls whether a minus, a plus or nothings shows up