Skip to content

Instantly share code, notes, and snippets.

@markSci5
Created July 9, 2013 03:21
Show Gist options
  • Save markSci5/5954438 to your computer and use it in GitHub Desktop.
Save markSci5/5954438 to your computer and use it in GitHub Desktop.
Storyboard category for accessing different storyboards
@implementation UIStoryboard (MyApp)
+ (UIStoryboard *)mainStoryboard {
return [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:nil];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment