SRI
SRI

Reputation: 1532

Showing the Delete button in UITableView

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

Answers (1)

stackr
stackr

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

Related Questions