In my normal tableview I got a bunch of switches and segments, and I don't want them to be selectable, so I set:
tableView.allowsSelection = FALSE;
Now one of the cells, I want to point to a new view, and thereby make it selectable. But there's no cell.allowSelection or anything, how do I solve this? How do I make it, so that it can be pushed and direct you to another view? I don't want them all to be selectable, since that's ugly...