Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created October 6, 2011 09:57
Show Gist options
  • Save tudormunteanu/1267013 to your computer and use it in GitHub Desktop.
Save tudormunteanu/1267013 to your computer and use it in GitHub Desktop.
loadView
self.view = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
[self.view setBackgroundColor:[UIColor redColor]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment