Skip to content

Instantly share code, notes, and snippets.

@rknLA
Created May 2, 2012 04:06
Show Gist options
  • Save rknLA/2573541 to your computer and use it in GitHub Desktop.
Save rknLA/2573541 to your computer and use it in GitHub Desktop.
FooViewController *fooVC = [self.storyboard instantiateViewControllerWithIdentifier:@"fooView"];
[self.navigationController pushViewController:fooVC animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment