NSTimer with constantly changing NSTimeInterval?

Posted by eco_bach on Stack Overflow See other posts from Stack Overflow or by eco_bach
Published on 2010-06-07T21:09:05Z Indexed on 2010/06/07 21:12 UTC
Read the original article Hit count: 307

Filed under:
|

Hi
Can anyone tell me if its possible to create a NSTimer with a constantly changing NSTimeInterval?

Basically, I want to create just on NSTimer object, and then change the time interval depending on the swipe velocity.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about best-practices