CPAccelerationTimer
CPAccelerationTimer copied to clipboard
Calls a block a given number of times, spread out over a given duration, with the between-calls delays determined by a given Bézier curve. Think of it as an NSTimer with custom acceleration.
Results
3
CPAccelerationTimer issues
Sort by
recently updated
recently updated
newest added
you must do: ``` git tag 0.0.2 git push --tags ``` and of course after that you must commit podspec: ``` pod trunk push CPAccelerationTimer.podspec ``` without this steps users...
Hey, just thought I'd drop a note here and thank you for this class. I noticed that the animations stopped when I was scrolling through a UIScrollView and looked into...