I have around 6 segues that perform the same action in the prepareForSegue method, however, I want to skip this action for my unwind segue but I can’t figure out how to determine if the segue being passed is an unwind segue or not.
Any help would be appreciated.
Ah, nevermind, Robotic Cat had the answer, which is basically give the unwind segue an identifier. I couldn’t figure out how to do this until I realized you can select segues from the pullout panel on the left of storyboard and set the identifier from there.
Thanks!