Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created March 17, 2012 19:10
Show Gist options
  • Select an option

  • Save tudormunteanu/2064319 to your computer and use it in GitHub Desktop.

Select an option

Save tudormunteanu/2064319 to your computer and use it in GitHub Desktop.
iOS disable screen dimming
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment