Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 991 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 991 Bytes

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, [email protected], @wesslansimon

License

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