Created
December 11, 2014 10:53
-
-
Save Eridana/88f78105f30f0c1e53f5 to your computer and use it in GitHub Desktop.
Storyboard set root controller and custom navigation controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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