Skip to content

Instantly share code, notes, and snippets.

@sh4n3d4v15
Created April 14, 2013 12:39
Show Gist options
  • Save sh4n3d4v15/5382569 to your computer and use it in GitHub Desktop.
Save sh4n3d4v15/5382569 to your computer and use it in GitHub Desktop.
Instantiate and push view with storyboard identifier
LoginViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"LoginIdentifier"];
[self.navigationController pushViewController:controller animated:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment