Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created November 13, 2014 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/bca589d2454949307620 to your computer and use it in GitHub Desktop.
Save mikeabdullah/bca589d2454949307620 to your computer and use it in GitHub Desktop.
Typical modal segue preparation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
UINavigationController *navController = segue.destinationViewController;
MyViewController *realDestination = navController.viewControllers[0];
// Configure view controller
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment