原文:How to detect that a cell is selected but not clicked in a UITableViewController
I have two designs for the UITableViewCells, one for the selected cells and other for the unselected cells. I can detect that a cell was selected and deselected in these events to modify their design: ...