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 need to deselect it:
[tableView deselectRowAtIndexPath:indexPath animated:YES];