A sample app running NSTimer
, CADisplayLink
, and DispatchSourceTimer
in a background thread to prevent animation lags when the main thread is busy.
hieule1607/AnimationTimer
Running NSTimer, CADisplayLink, and DispatchSourceTimer on a background thread for smoother animations.
SwiftMIT