美文网首页
以+ scheduledTimerWithTimeInterva

以+ scheduledTimerWithTimeInterva

作者: natewang | 来源:发表于2017-01-05 21:58 被阅读65次

    nstimer默认运行在NSDefaultRunMode 下,当页面�滑动,并不是这个mode,是UITrackingRunLoopMode。
    加入如下

     [[NSRunLoop currentRunLoop] addTimer:self.myTimer forMode:NSRunLoopCommonModes]; 
    

    特殊mode,集合了二者。

    相关文章

      网友评论

          本文标题:以+ scheduledTimerWithTimeInterva

          本文链接:https://www.haomeiwen.com/subject/vjxtbttx.html