iOS 16 Beta AnimationView in UIViewRepresentable won't play #1667
aharriscrowne
started this conversation in
General
Replies: 1 comment 5 replies
-
I'm not familiar with the SwiftUI guarantees around |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which Version of Lottie are you using?
Lottie 3.4
Expected Behavior
Calling animationView.play(completion:) should play the animation
Actual Behavior
Calling animationView.play(completion:) dies. When rendering is .mainThread, it checks for window, but didMoveToWindow is never called. Not clear if this is iOS 16 intended behavior or a beta bug.
Animation JSON
Beta Was this translation helpful? Give feedback.
All reactions