Normally a selected row in a UITableView gets deselected with an animation when the user pops back from the detail view.
UITableView
However, in my case where I have a
Nothing is wrong--deselecting the highlighted row is always "manual". If you look at Apple's sample code, you will see the same thing.