Skip to content

Instantly share code, notes, and snippets.

@Eridana
Created December 11, 2014 10:53
Show Gist options
  • Select an option

  • Save Eridana/88f78105f30f0c1e53f5 to your computer and use it in GitHub Desktop.

Select an option

Save Eridana/88f78105f30f0c1e53f5 to your computer and use it in GitHub Desktop.
Storyboard set root controller and custom navigation controller
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
MyViewController *controller =[storyboard instantiateViewControllerWithIdentifier:@"myViewController"];
MyNavigationController* nav = [[MyNavigationController alloc] initWithRootViewController:controller];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment