Conditional Segue navigation from UITableViewCell based on response to UIAlertView

后端 未结 3 1904
说谎
说谎 2021-02-03 14:06

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

3条回答
  •  借酒劲吻你
    2021-02-03 14:42

    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.

提交回复
热议问题