How can you put a checkmark beside all the cells and remove the checkmark with a click of a UIToolBarButton? Is this possible?
I have tried to iterate through the number of cells loading in the tableview but I don't know how to set the accessorytype to checkmark for all of them and then back to none when all of them are checked?