domhofmann / PRTween

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

Use a CADisplayLink instead of a timer for tween operation updates #22

Open naftaly opened 12 years ago

avaidyam commented 11 years ago

Also: Use libdispatch for massive parallelization benefits and performance increases.