UIImageView-PlayGIF
UIImageView-PlayGIF copied to clipboard
UIImageView category/subclass for playing GIF. Simple, high performance, low memory footprint.
UIImageView+PlayGIF.m 268行 if (dictRef) { CFRelease(dictRef); }
Hi, @yfme ,我在使用PlayGIF的时候会看到load方法中swizzle了removeFromSuperview,希望在stopGIF调用时,加一个判断,判断当前UIImageView是否是isGIFPlaying
What do you want to do by calling this code? In my case I have already defined "play" method in other classes and now your library isn't even compiled
A plurality of different GIF, slide UICollectionView squares, you will find gif dislocation problem, I do not know how to solve
我看到,读取本地GIF滑动是不会卡顿的。当滑动的时候你做了停止GIF的处理,这很好!大大降低了卡顿,但是一旦使用的网络GIF图片,那么滑动势必需要下载。这样导致没下载完成的图片会卡顿。能否解决这种问题呢?
一个小bug
- (void)stopGIFView:(YFGIFImageView *)view{ [_gifViewHashTable removeObject:view]; if (_gifViewHashTable.count
how to use in swift
Hello, Can we load GIF from server URL? Thanks in advance. Vishal
请问有邮箱吗,有些问题想要具体请教