Skip to content

Instantly share code, notes, and snippets.

@congbo
Created August 4, 2014 03:39
Show Gist options
  • Save congbo/b3b38677deff029a10a6 to your computer and use it in GitHub Desktop.
Save congbo/b3b38677deff029a10a6 to your computer and use it in GitHub Desktop.
getMainStoryboard
- (UIStoryboard *)mainStoryboard
{
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main"
bundle:[NSBundle mainBundle]];
return storyboard;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment