Clearing the selection of a table view
February 16, 2013 in iOS Snippets
[self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES];
February 16, 2013 in iOS Snippets
[self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES];