NSTimer *tm = [NSTimer scheduledTimerWithTimeInterval:0.1 target:self selector:@selector(timefire) userInfo:nil repeats:YES]; [tm fire];