Deleting Multiple rows from a TableView

Posted by Sid on Stack Overflow See other posts from Stack Overflow or by Sid
Published on 2010-05-31T16:03:31Z Indexed on 2010/06/01 2:33 UTC
Read the original article Hit count: 215

Filed under:
|
|

hi Frnz,

i want to delete multiple rows from a table view based on users selection.obviously i cant use didSelectRowAtIndexPath method coz it will be called for every row selected. i want to allow user to select multiple rows for deletion and then delete them in one go...Is it possible if yes then how to go about it.Also i am using a single view based project and i want the header of table view changed to "Delete" on the same view when the user want to delete the rows from the view.

Thx

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c