domhofmann / PRTween

Lightweight tween library for iOS
BSD 2-Clause "Simplified" License
459 stars 63 forks source link

FIXES: Changes to the way NSTimer behaves (#35, #36) #37

Closed jowie closed 5 years ago

jowie commented 11 years ago

I've submitted a couple of issues as mentioned above, which deal with the way NSTimer works... Firstly, removing NSTimer when it is not in use to save processor cycles, and a calculated time difference so that tweens run at the correct speed if the runloop falls below 60 fps (which it does on my project).

rivera-ernesto commented 9 years ago

Needs update to be applied to https://github.com/PRTween/PRTween.