In my normal tableview I got a bunch of switches and segments, and I dont wont them to be selectable, so I set:
tableView.allowsSelection = FALSE;
Now one of the cells, I wont 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 dont wont them all to be selectable, since thats ugly...