TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | WTFPL |
ReleasedLast Release | Jan 2015 |
SPMSupports SPM | ✗ |
Maintained by Simon Westerlund.
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.
Simon Westerlund, [email protected]
SwiftGIF is available under the WTFPL license. See the LICENSE file for more info.