Reputation: 1532
I have a UITableView.
When I move my mouse from right to left on cell it is not displaying the delete button.
Please tell me how to do this?
Upvotes: 0
Views: 771
Reputation: 2742
tableView:commitEditingStyle:forRowAtIndexPath:
tableView:canEditRowAtIndexPath:
tableView:editingStyleForRowAtIndexPath:
I've found a topic of somebody that had the same problem as you.. See this thread
Upvotes: 1