NSTimer timer =[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(timerFired:) userInfo:nil repeats:YES]; -(void)timerFired:(NSTimer *)theTimer { myLabel.text=@"timer"; }
NSTimer timer =[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(timerFired:) userInfo:nil repeats:YES]; -(void)timerFired:(NSTimer *)theTimer { myLabel.text=@"timer"; }
你好,我是AI助理
可以解答问题、推荐解决方案等