// Disable the idle timer [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; // Or for those who prefer dot syntax: [UIApplication sharedApplication].idleTimerDisabled = YES;
本文共 188 字,大约阅读时间需要 1 分钟。
// Disable the idle timer [[UIApplication sharedApplication] setIdleTimerDisabled:YES]; // Or for those who prefer dot syntax: [UIApplication sharedApplication].idleTimerDisabled = YES;
转载地址:http://vyfgx.baihongyu.com/