ISKevin Furjan You can get AnimationView from updateUIView like this: guard let animationView = uiView.subviews.first as? AnimationView else { return } without using coordinator.Reply·Article·Dec 12, 2021·How to add Lottie animations to SwiftUI
ISAnimationView should be created inside makeUIView. Because struct(LottieView) can be recreated by SwiftUI multiple times.Comment·Article·Dec 11, 2021·How to add Lottie animations to SwiftUI