Skip to content

Instantly share code, notes, and snippets.

@spotlessicode
Created November 12, 2014 14:50
Show Gist options
  • Save spotlessicode/47e2df98e8288c65a56e to your computer and use it in GitHub Desktop.
Save spotlessicode/47e2df98e8288c65a56e to your computer and use it in GitHub Desktop.
- (IBAction)returnedFromSegue:(UIStoryboardSegue *)segue {
NSLog(@"Returned from second view");
if ([[segue identifier] isEqualToString:@"UnwindFromSecondView"]) {
self.view.backgroundColor = [UIColor orangeColor];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment