When I push a view after a user has selected a UITableView row, the row gets a blue highlight, and then the new view appears. That\'s fine. But when I go \'back\' the row is
You just need to call [tableView deselectRowAtIndexPath: indexPath animated: YES].