Skip to content

Instantly share code, notes, and snippets.

@urouro
Created December 25, 2013 05:26
Show Gist options
  • Save urouro/8120401 to your computer and use it in GitHub Desktop.
Save urouro/8120401 to your computer and use it in GitHub Desktop.
StoryboardからUIViewController呼び出してコードで画面遷移
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
<# Controller #> *controller = [storyboard instantiateViewControllerWithIdentifier:@"<# Identifier #>"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment