Skip to content

Files

Latest commit

author
slamdon
Feb 7, 2017
553337a · Feb 7, 2017

History

History
47 lines (35 loc) · 1.08 KB

README.md

File metadata and controls

47 lines (35 loc) · 1.08 KB

#Lottie Example in Swift

Lottie is a mobile library for Android and iOS that parses Adobe After Effects animations exported as json with bodymovin and renders the vector animations natively on mobile and through React Native!

Objective-C example

here is an official Objective-C example from airbnb

Example

Here is some sample from the official site

Example1 Example2

![Community](_Gifs/Community 2_3.gif) Example3

Abcs

Install Lottie

###Cocoapods Add the pod to your podfile

pod 'lottie-ios'

run

pod install

###Carthage Install Carthage (https://github.com/Carthage/Carthage) Add Lottie to your Cartfile

github "airbnb/lottie-ios" "master"

run

carthage update

Using Lottie

for more information please read the official Readme

中文部分