When a cell is selected from a table view, I'd like the cell's background color to change from white (or clear) to black and I'd like the change in color to be animated. Is this possible?
I know certain tricks are necessary to change the background color of a uitableview cell, and I understand those for the most part, but I'd like to take it one step further and animate the change of the cell's background color. I'm assuming this will be done in the didSelectRowAtIndexPath: method.