Fork me on GitHub

阻止ios锁屏

// Disable the idle timer [[UIApplication sharedApplication] setIdleTimerDisabled:YES];    // Or for those who prefer dot syntax: [UIApplication sharedApplication].idleTimerDisabled = YES;

posted on 2012-02-12 11:10  pengyingh  阅读(153)  评论(0)    收藏  举报

导航