Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UIWindow* window = [(AppDelegate *) [[UIApplication sharedApplication] delegate]window];
  2.    
  3. UIStoryboard *editorStoryboard = [UIStoryboard storyboardWithName:@"EditorStoryboard" bundle:nil];
  4.    
  5. UIViewController *editorSplitViewController = [editorStoryboard instantiateInitialViewController];
  6.  
  7. window.rootViewController = editorSplitViewController;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement