Skip to content

Instantly share code, notes, and snippets.

@sdabet
Created January 17, 2013 11:31
Show Gist options
  • Save sdabet/4555342 to your computer and use it in GitHub Desktop.
Save sdabet/4555342 to your computer and use it in GitHub Desktop.
- (NSUInteger)application:(UIApplication*)application supportedInterfaceOrientationsForWindow:(UIWindow*)window
{
return UIInterfaceOrientationMaskAllButUpsideDown;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment