Created
January 19, 2016 14:03
-
-
Save MaximAlien/8b9efb7be5a51a8c0e3b to your computer and use it in GitHub Desktop.
[iOS] UIViewController creation which has xib in storyboard
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
CustomViewController *customViewController = [[UIStoryboard storyboardWithName:@"Main" bundle:nil] instantiateViewControllerWithIdentifier:@"CustomViewController"]; | |
[self.navigationController showViewController:customViewController sender:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment