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?