Timer
NSTimer timer =[NSTimer scheduledTimerWithTimeInterval:1 target:self selector:@selector(timerFired:) userInfo:nil repeats:YES];
-(void)timerFired:(NSTimer *)theTimer
{
myLabel.text=@"timer";
}
-(void)timerFired:(NSTimer *)theTimer
{
myLabel.text=@"timer";
}

浙公网安备 33010602011771号