Skip to content

Instantly share code, notes, and snippets.

@lukeredpath
Created October 1, 2014 19:29
Show Gist options
  • Save lukeredpath/5f0b8ee8957c3f5cd35f to your computer and use it in GitHub Desktop.
Save lukeredpath/5f0b8ee8957c3f5cd35f to your computer and use it in GitHub Desktop.
[self.window makeKeyAndVisible];
//[self presentMyNormalModalViewController];
UIViewController *testVC = [[UIViewController alloc] init];
testVC.view.backgroundColor = [UIColor redColor];
[self.window.rootViewController presentViewController:testVC animated:NO completion:nil];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment