[NSTimer scheduledTimerWithTimeInterval:5.0f target:self selector:@selector(methodToRun:) userInfo:nil repeats:YES]; - (void) methodToRun:(NSTimer*)t { // Code here }