当我使用scheduledTimerWithTimeInterval
NSTimer
方法重复“是”时,每次调用的@selector
会导致内存增加一点
应用程序在ARC模式下运行〜
- (void)d{
NSLog(@"%f -- %f",0.0f , 0.0f);
}
[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(d) userInfo:nil repeats:YES];