Skip to content

Instantly share code, notes, and snippets.

@thoretton-edwin
Created February 15, 2014 08:12
Show Gist options
  • Save thoretton-edwin/9016011 to your computer and use it in GitHub Desktop.
Save thoretton-edwin/9016011 to your computer and use it in GitHub Desktop.
iOS Good Practice: to set frame of UIWindow
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment