My problem seems like a generic problem, yet can\'t seem to find an answer for it.
I have a situation where when the user taps on a custom UITableViewCell, I would like
You can create segues directly from the startingViewController to multiple destinationViewControllers that can then be "performed" programmatically. You do not need to create any hidden buttons for them, which does seem like a hack.