- gif 基于SDWebImage 动图随便玩【srxboys】
- 亲测
#import "YLImageView.h"
#import "YLGIFImage.h"
//本地gif
NSData * data = [NSData dataWithContentsOfFile:本地地址];
UIImage* gifImg = [YLGIFImage imageWithData:data];
imgView.image = gifImg;#import "YLImageView.h"
#import "YLImageView+WebCache.h"
//网络gif
[_imgView sd_setImageWithURL:[NSURL URLWithString:图片地址字符串]];###效果图(如下):
//原作者:liyong03
https://github.com/liyong03/YLGIFImage
https://github.com/liyong03/SDWebImage-YLGIFImage
GitHub other:
- 读帧 gif webp pnga ...
- only gif 格式
- 读帧
