Lottie is a library for Android, iOS, Web, and Windows that natively renders vector based animations and art in realtime with minimal code. Lottie loads and renders animations and vectors exported in the bodymovin JSON format. This demo app shows how to install Lottie with Cocoapods, and how to play, pause and stop animations in realtime.
- iOS 13.0+
- Xcode 11
- Swift 5
- Download the demo app's source code
- Use "pod install" in order to install the necessary dependencies via Cocoa Pods (make sure that you have Cocoa Pods installed)
- Open the .xcworkspace file
- Build & Run
- A demo app that shows how to present Lottie animations, and how to play, pause, and stop the animations programatically in realtime.










