Learn how to integrate Lottie animations into your iOS app effortlessly.
pod 'lottie-ios', '~> 4.2.0'
import Lottie
let animationView = LottieAnimationView(name: "animation") animationView.frame = CGRect(x: 0, y: 0, width: 300, height: 300) animationView.loopMode = .loop animationView.play() view.addSubview(animationView)
animationView.pause() animationView.play() animationView.stop()
Find free animations at Unicornicons.