Skip to content

Instantly share code, notes, and snippets.

@rknLA
Created May 2, 2012 04:01
Show Gist options
  • Save rknLA/2573512 to your computer and use it in GitHub Desktop.
Save rknLA/2573512 to your computer and use it in GitHub Desktop.
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Storyboard" bundle:nil];
tabViewController = [storyboard instantiateInitialViewController];
[self.window addSubview:[tabViewController view]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment