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.
use this:
cell.selectionStyle = UITableViewCellSelectionStyleNone;