1
vote
How to access system time finer than 1 second on the iPhone
self.animationTimer = [NSTimer scheduledTimerWithTimeInterval:animationInterval
target:self selector:@selector(drawView) userInfo:nil
repeats:Y …
