Skip to content

Instantly share code, notes, and snippets.

@oliverbarreto
Forked from sendoa/gist:2887604
Created December 8, 2013 09:32
Show Gist options
  • Save oliverbarreto/7855145 to your computer and use it in GitHub Desktop.
Save oliverbarreto/7855145 to your computer and use it in GitHub Desktop.
// Disable the idle timer
[[UIApplication sharedApplication] setIdleTimerDisabled: YES];
// Or for those who prefer dot syntax:
[UIApplication sharedApplication].idleTimerDisabled = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment