|
|
|
|
|
by meindnoch
1288 days ago
|
|
Lottie was running the animations on the main thread, via CADisplayLink. By the way, you can “schedule” animations from any thread if you use CoreAnimation directly. CALayers are thread-safe. You just need to manage the CATransaction yourself. Also, trying to explain “iOS 101” to Marcel Weiher is a bit rich… |
|