I\'m facing a curious UITableView behaviour and i don\'t know where this is coming from. I\'m building a very simple single view IOS8 Swift application with a f
UITableView
You have to call [tableView deselectRowAtIndexPath:indexPath animated:YES]; to fix this
[tableView deselectRowAtIndexPath:indexPath animated:YES];