NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:10.0 target:self selector:@selector(UpdateTimerFunc:) userInfo:nil repeats:YES]; -(void)UpdateTimerFunc:(NSTimer *)theTimer { [updateGpsTimer invalidate];//stop timer return; }
NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:10.0 target:self selector:@selector(UpdateTimerFunc:) userInfo:nil repeats:YES]; -(void)UpdateTimerFunc:(NSTimer *)theTimer { [updateGpsTimer invalidate];//stop timer return; }