NSTimerのカウントがUIScrollViewのドラッグ中に止まってしまうのが困る場合は次のようにします。
NSTimer *timer = [NSTimer timerWithTimeInterval:1.0f target:self selector:@selector(onUpdate:) userInfo:nil repeats:YES]; [[NSRunLoop currentRunLoop] addTimer:timer forMode:NSRunLoopCommonModes];