How do you disable selecting only a single cell in a UITableView? I have several, and I only want the last to be disabled.
Try this in swift:
self.tableView.deselectRowAtIndexPath(indexPath, animated: true)