Skip to content

Instantly share code, notes, and snippets.

@mjjimenez
Created October 17, 2013 07:29
Show Gist options
  • Save mjjimenez/7020566 to your computer and use it in GitHub Desktop.
Save mjjimenez/7020566 to your computer and use it in GitHub Desktop.
Get the first view controller of a storyboard
UIStoryboard* storyboard = [UIStoryboard storyboardWithName:@"HelpStoryboard" bundle:nil];
UIViewController* initialHelpView = [storyboard instantiateInitialViewController];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment