Skip to content

Instantly share code, notes, and snippets.

@choi-bong-sik
Created June 19, 2015 08:28
Show Gist options
  • Save choi-bong-sik/0d6ebc801733690ad535 to your computer and use it in GitHub Desktop.
Save choi-bong-sik/0d6ebc801733690ad535 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