CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

SwiftGIF 0.1.0

SwiftGIF 0.1.0

TestsTested
LangLanguage SwiftSwift
License WTFPL
ReleasedLast Release Jan 2015
SPMSupports SPM

Maintained by Simon Westerlund.



SwiftGIF 0.1.0

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

Author

Simon Westerlund, [email protected]

License

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