Skip to content

Instantly share code, notes, and snippets.

@choi-bong-sik
Created June 19, 2015 08:25
Show Gist options
  • Save choi-bong-sik/62d07d0830c2c8a18ac4 to your computer and use it in GitHub Desktop.
Save choi-bong-sik/62d07d0830c2c8a18ac4 to your computer and use it in GitHub Desktop.
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
{
NSLog(@"identifier :: %@",segue.identifier);
NSLog(@"sourceViewController :: %@",segue.sourceViewController);
NSLog(@"destinationViewController :: %@",segue.destinationViewController);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment