Daniel Sousa
Results
1
comments of
Daniel Sousa
I needed to do that too. I managed to add 3 subviews. let animationView = AnimationView(); let subView = AnimationView(name: lottieFile); animationView.addSubview(subView); In this case you return the parent animation...