Depending on an XML return, I don't want the current segue to perform on UIButton touch.
I know I can pick which segue I want to perform, but how to I make a segue not perform? Or at least not perform any of the available segues?
|
|
|
If your deployment target is iOS 6.0 or later, you can override the If your deployment target is earlier than iOS 6.0, you won't receive the |
|||||
|
|
Apple Developer Documentation has the correct method to cancel a segue that is managed within the StoryBoard:
For example:
|
|||
|