Is it against the HIG for a UITableViewCell to remain Highlighted? Currently, when a cell is selected it just remains blue. I am unsure if I need to add:
NSIndexPath *tableSelection = [self.tableView indexPathForSelectedRow];
[self.tableView deselectRowAtIndexPath:tableSelection animated:YES];
The HIG says