how to delete particular row in table view in Xcode. when we can delete one particular row in table view. and also edit that custom cell objects in another view
Asked
Active
Viewed 114 times
0
-
possible duplicate of [change Table to Edit mode and delete Rows inside a normal ViewController](http://stackoverflow.com/questions/14148229/change-table-to-edit-mode-and-delete-rows-inside-a-normal-viewcontroller) – rtiago42 May 21 '14 at 10:19
1 Answers
1
You can use deleteRowsAtIndexPaths:withRowAnimation:
You should read the UITableView documentation.
Editions are done with the UITableViewDelegate.

rtiago42
- 572
- 3
- 9