What happed when we excute NSTimer invalidate?

前端 未结 0 921
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 17:14
self.timer = [NSTimer scheduledTimerWithTimeInterval:0.5 target:self selector:@selector(timeCall:) userInfo:self.strong repeats:YES];
[self.timer invalidate];
NSLog(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题