I have a UITableView with cells in a Storyboard, and a segue connecting the cells to another view.
When you select a cell it displays the cell selection animation (turning the cell gray, in my case) and pushes the other view onto the screen. But when you return to the tableview, the deselection animation doesn't show at all (the reverse of the selection animation). Since I'm just using a segue, I expected this to be taken care of by default.
Is there any way to force it to show the deselection animation?