这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
NSTimer 没有暂停之类的东西,你必须停止并重新启动它。
[GameTimer invalidate]; //will stop the timer after which you can start it again
关于ios - 如何暂停/恢复 NSTIMER?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/16008519/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |