不自动锁屏
[UIApplication sharedApplication].idleTimerDisabled = YES;
自动锁屏(默认)
[UIApplication sharedApplication].idleTimerDisabled = NO;