Disable Screen Lock - WISH!!!

edited July 2012 in General
I've been playing around with Beat Maker, in a live setting with a midi controller, and it's a real hassle when the screen auto locks. I wish there was a way in the Beak Maker Prefs to disable the screen lock like some of the other apps do. Yes I know I could disable it globally in my Iphones settings, but it would seem less tedious just to have it as an in-app option so that when i close Beat Maker, my phone automatically goes back to normal operation.

For the Devs,
Apparently it's pretty simple.
You can disable the idle timer through the idleTimerDisabled property of the shared UIApplication object:

[UIApplication sharedApplication].idleTimerDisabled = YES;

I don't know if you guys thought of this or if it's something already planned for future implementation, but I would definitely benefit from this!!!
Sign In or Register to comment.