tags:

views:

19

answers:

1

I've implemented multi selected UITableView.

I want to get multi selected cell informations.

For example, there are 5 cell items in myTableView. and I touched 3 cell items. and then I want to remove these items. (It likes multi delete of iPhone mail)

How can i get this information?

A: 

This blog goes over it pretty well: http://cocoawithlove.com/2009/01/multiple-row-selection-and-editing-in.html

I won't paste in the code because it is significant, but I'm sure people would like it if you posted your implementation in your question as an edit after you are done.

Andrew Johnson
Thank you. I will study hard... Code is difficulty for me understanding :)
oksk