NSTimer *timer = [[NSTimer alloc]init];
timer = [NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(timeLabelDisplay) userInfo:nil repeats:YES];
NSRunLoop *main = [NSRunLoop currentRunLoop];
[main addTimer:timer forMode:NSRunLoopCommonModes];
浙公网安备 33010602011771号