SwiftGif icon indicating copy to clipboard operation
SwiftGif copied to clipboard

[UNMAINTAINED] 🌠 A small UIImage extension with gif support

Results 33 SwiftGif issues
Sort by recently updated
recently updated
newest added

The library was working good for a while, and today for no reason it crashed while loading the Gif from assets. The given error is : ``` ==319==ERROR: AddressSanitizer: heap-buffer-overflow...

Can you add [SwiftPM](https://github.com/apple/swift-package-manager) support

![image](https://user-images.githubusercontent.com/20043672/96480545-f4eef100-126c-11eb-94e3-c5da22f3e4b0.png) I use it whit TableViewCell but got 500MB memory total,before the memory is 100MB

Once i run my app in the debug terminal it shows this - "SwiftGif: Cannot turn image named "battery" into NSDataAsset" how to solve this problem? Thanks in advance.

在ios13系统上加载gif图片,整张图片会变成灰色

This change allows to load Retina-sized from Data blobs

hi, i loaded success gif image into my attribute string, but it can not animate, it's hard to me to know the problem ``` let attachment = NSTextAttachment() attachment.image =...

So in storyboard I have an imageView, did set its class as "GIFImageView". When running app, the error in title is displayed. Library installed as pod `pod 'SwiftGifOrigin', '~> 1.7.0'`...

How to identify that gif load completely.

First of all, awesome extension! I'm using SwiftGif to display animations along the UI, but with iOS 13 I found some of my animations are not displaying correctly on DarkMode,...