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

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -