This demo generates a GIF animation using FilestackSDK's transformation API from user picked images (up to 10) and adds it to the photos album. GIF animation will display under "Animated" photos album (iOS 11+.)
- Xcode 10.3 or later
- iOS 11 or later
- CocoaPods
$ pod install
- Open
AnimateDemo.xcworkspace
in Xcode. - Set
filestackAPIKey
andfilestackAppSecret
inFilestackSetup.swift
. - Done.
- Go to
Product
menu and clickRun
(or⌘ + R
).