I have lottie file which is partially working on iOS view controller. Some animation is showing some part is just showing black. so the dot on the character i is animating but rest animation of PINK is not showing. Using latest version 3.4.1. Check Image
self.backLottieAnimation.frame = self.view.bounds
self.backLottieAnimation.contentMode = .scaleAspectFit
self.backLottieAnimation.center = self.view.center
backLottieAnimation.loopMode = .playOnce
backLottieAnimation.play()
self.view.addSubview(self.backLottieAnimation)