Possible Duplicate:
Checkbox image toggle in UITableViewCell
I want to add a checkbox as in the fig. In the normal mode, there is no checkbox image in the table. When click on the Edit button, the checkbox will be appeared and we can make a multiple selection. When clicks, a tick mark will be appeared. And when Done button presses, the contents in the checked cells must be moved into another array. How can I do that?
Thanks.