NSTimer scheduledTimerWithTimeInterval增加内存分配

时间:2012-10-08 09:55:33

标签: ios automatic-ref-counting nstimer

当我使用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];

0 个答案:

没有答案