Skip to content

Instantly share code, notes, and snippets.

@simonwhitaker
Created August 24, 2010 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonwhitaker/546623 to your computer and use it in GitHub Desktop.
Save simonwhitaker/546623 to your computer and use it in GitHub Desktop.
- (void)didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation
{
if (UIInterfaceOrientationIsLandscape(fromInterfaceOrientation)) {
// Fade in instructions
[self setInstructionsOpacity:1.0 overTime:0.5];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment