Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

srxboys/GIFDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GIFDemo

  • gif 基于SDWebImage 动图随便玩【srxboys】
  • 亲测

EXAMPLE

#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:图片地址字符串]];

###效果图(如下):

srxboys_RXGifDemo

//原作者:liyong03
https://github.com/liyong03/YLGIFImage
https://github.com/liyong03/SDWebImage-YLGIFImage


GitHub other:

  • 读帧 gif webp pnga ...
  • only gif 格式
  • 读帧

About

gifdemo 【srxboys】

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors