Skip to content

Instantly share code, notes, and snippets.

@chukitow
Created August 24, 2014 01:06
Show Gist options
  • Save chukitow/514b00b22ea23b7864a3 to your computer and use it in GitHub Desktop.
Save chukitow/514b00b22ea23b7864a3 to your computer and use it in GitHub Desktop.
Modify root view controller IOS
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