Skip to content

westerlund/SwiftGIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftGIF

Version License Platform

Usage

createGIF(with: [UIImage(named: "img1"), UIImage(named: "img2")], 0.15) { (data, error) -> () in
    if error == nil {
        // do something with the data          
    }
}

A better example would be to fetch a couple of images from a source somewhere.

Installation

SwiftGIF is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SwiftGIF"

Author

Simon Westerlund, s@simonwesterlund.se, @wesslansimon

License

SwiftGIF is available under the WTFPL license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors