I'm trying to unwind a push segue when the user taps a UITableViewCell, but the main issue is how can I make an unwind segue to perform if I cant physically make it in interface builder. I have tried dragging from the Orange Viewcontroller square to the red Exit square and naming that segue and trying to call [self performSegueWithID: -----] etc. and it does nothing.
Thanks for any help you can give me!