计时器运行半小时后卡卡的问题时间:2022-02-14 20:34:57NSTimer *time = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timeRunning) userInfo:nil repeats:YES]; [[NSRunLoop mainRunLoop]addTimer:time forMode:NSRunLoopCommonModes];