Created
April 14, 2013 12:39
-
-
Save sh4n3d4v15/5382569 to your computer and use it in GitHub Desktop.
Instantiate and push view with storyboard identifier
This file contains 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
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