Possible Duplicate:
select multiple rows from uitableview and delete
I am developing an application which requires the ability to select multiple rows and delete them. I placed the checkboxes in the rows to mark them for deletion. but every time, the last row is selected. How can I select multiple rows?
Assign checked and unchecked rows by
for checking multiple rows.
While deleting them, check for
and remove those rows that are checked.