iphone - Turn Auto-Lock Off from an Application -


Users want to turn off auto-lock when using my navigation utility. Do I control auto-lock from an application possible? [Also, "how to stop sleeping or suspending your ipad"]

This will dim the screen and Stop going to sleep.

  [UIApplication shared application] .idleTimerDisabled = YES;  

Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -