slamdon / Swift-Lottie-Example

Home Page:http://ios.devdon.com/?p=241

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

中文部分