SwiftUI-CardStackView
SwiftUI-CardStackView copied to clipboard
Animations and CardStack
Your library does a great job with cards that have images, and everything is super and perfect. But unfortunately I ran into a small problem. I use Lottie animations in my card. The problem is that if 50 cards arrive with Lottie animation, I get freezes in the application, especially on the latest cards. As soon as my view changes state (the CardStack disappears from view), my memory returns to normal (50 MB approximately). As soon as I do an unswipe, my memory goes back to 500MB of memory (maybe more). Maybe you can tell me, as the author of this library, what can be done in my case?