Conditional Segue navigation from UITableViewCell based on response to UIAlertView
问题 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 to display an alert and then based on the response to the alert, either stay on the same view (user selecting cancel) or display another view (if the user selects proceed). And I would like to do this using the storyboard feature & segues. How would one go about this? Do you have to do this the old fashioned way? 回答1: @user,