How can I get multi selected cell items for NSArray?
I've implemented multi selected UITableView.
开发者_JS百科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?
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.
精彩评论