Iñi*_*tia 176
在您的应用程序委托上添加以下代码行:
Objective-C的:
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];
Run Code Online (Sandbox Code Playgroud)
斯威夫特2:
UIApplication.sharedApplication().idleTimerDisabled = true
Run Code Online (Sandbox Code Playgroud)
斯威夫特3:
UIApplication.shared.isIdleTimerDisabled = true
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
31448 次 |
| 最近记录: |