I have in a storyboard a managed container view. I have four views that the user can swipe around and around.
If a user does a double , double touch tap, I send them to a new controller. The question is, how do I take them back? I want a double double touch tap to send them back where they came from.
I can't use a segue back because I don't know what to link back to at the storyboard level. How do I change the destination of the segue to go back where we came from?