Laggy UI with LottieView in LazyVStack #2464
Unanswered
sanchit-goel-swiggy
asked this question in
Q&A
Replies: 2 comments
-
@calda can you please check this? We are facing rendering issues while using Lottie inside LazyVStack (SwiftUI) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@calda any update here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I’m using a LottieView in my SwiftUI project, where I’m passing a URL to download the Lottie animation. This view is embedded in a LazyVStack. However, I’m experiencing significant UI lag when scrolling through the stack. Any suggestions on how to improve the performance or fix this issue? I have also tried downloading and caching the lottie file and loading the lottie from cache for subsequent loads, that is also not working properly.
Beta Was this translation helpful? Give feedback.
All reactions