Created
August 24, 2014 01:06
-
-
Save chukitow/514b00b22ea23b7864a3 to your computer and use it in GitHub Desktop.
Modify root view controller IOS
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
KHViewController *rootView = [[KHViewController alloc]initWithNibName:@"KHViewController" bundle:nil]; | |
UINavigationController *navigation = [[UINavigationController alloc]initWithRootViewController:rootView]; | |
self.window.rootViewController = navigation; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment