/ Published in: Objective C
URL: http://yasirmturk.com/blog
Expand |
Embed | Plain Text
UIApplication *thisApp = [UIApplication sharedApplication]; thisApp.idleTimerDisabled = YES;
You need to login to post a comment.
yasirmturk on 09/09/11
2 people have marked this snippet as a favorite
URL: http://yasirmturk.com/blog
UIApplication *thisApp = [UIApplication sharedApplication]; thisApp.idleTimerDisabled = YES;
You need to login to post a comment.