if (_timer == nil) {

        

        _timer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(changeSeconds) userInfo:nil repeats:YES];

        

//防止阻塞

        [[NSRunLoop currentRunLoop] addTimer:_timer forMode:UITrackingRunLoopMode];

        

    }

 

posted on 2015-12-17 13:41  拿起放不下  阅读(384)  评论(0编辑  收藏  举报