Tomás Martins
Tomás Martins
Thanks for the suggestions @Psli! I'll give them a read later and see if I can work something out. Meanwhile, if you managed to get something working on your end...
Hey @itsLollo1000, thanks for your issue! Although it'd be possible to create a new initializer with a binding parameter, I believe that you can achieve this effect with the current...
Hi @itsLollo1000! Just wanted to check if you managed to solve the binding issue in your end. Please let me know so we can check if it still makes sense...
In case anyone wants an example on how to create a Swift extension file, on your iOS swift file object in `config.json`, use `ios-swift/any.swift` as the format and add a...
I've also opened a discussion thread on Lottie's official repo about this issue https://github.com/airbnb/lottie-ios/discussions/1940
I've got something working with CVDisplayLink, it's currently on the `dev` branch: https://github.com/tfmart/LottieUI/blob/55d7ce4e2258484063d3d7cc2af2a926353537e8/Sources/LottieUI/macOS/AnimationProgressObserver%2BmacOS.swift However, it seems that both this new solution for macOS and the current one for iOS with...
I've just released [v1.3.3](https://github.com/tfmart/LottieUI/releases/tag/v1.3.3) which includes the framerate/progress observers for macOS! However, there's an issue when using Lottie's new Core Animation rendering engine, for both iOS and macOS. I'll be...