Using storyboard this is very easy. You just drag the action to "Exit". But how should I call it from my code?
Insert Name of Segue to unwind.
Then,- (void)performSegueWithIdentifier:(NSString *)identifier sender:(id)sender.
with your segue identify.