How can I set the UITableView\'s cell property to be unselectable? I don\'t want to see that blue selection box when the user taps on the cell.
Set cell.userInteractionEnabled = NO;
cell.userInteractionEnabled = NO;