Removing an Accessory View from a UITableViewCell When The Cell is Not Selected and maintaining between reloading views
I have what I believe to be a simple problem, but I can't find a solution to it. I have a static UITableView with two static cells (Light and Dark). When the user selects one of the cells, I'm displaying an accessoryView with a custom image. When the user selects the other cell, I want the first cell to deselect and to remove the custom accessoryView and for that to be provided to the secondCell. I want this to continuously do this depending on which cell the user selects. Of equal importance, I need to make sure the "selected" cell maintains the accessoryView throughout the reloading of this