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.
Swift 4:
In the cell class:
selectionStyle = .none