防止iOS设备锁屏
[[UIApplication sharedApplication] setIdleTimerDisabled: YES];
?
dot语法[UIApplication sharedApplication].idleTimerDisabled = YES;?