如何解決iOS界面操做致使致使NSTimer暫停計時的問題?

在NSTimer代碼後面加上如下代碼,這樣滾動scroll的時候就不會暫停了。
NSRunLoop *t = [NSRunLoop currentRunLoop];
[t addTimer: timer forMode:forMode:NSRunLoopCommonModes]
其中timer是自定義的NSTimer對象。 oop

相關文章
相關標籤/搜索