SDWebImage (5.1.0)SDWebImageFLPlugin(三)

一个SDWebImage插件,通过类别支持FLAnimatedImage https://github.com/SDWebImage/SDWebImageFLPlugin

从SDWebImage 5.0版本开始,我们将FLAnimatedImage支持代码从Core Repo移动到这个独立的repo。

之前使用带有SDWebImage的FLAnimatedImage的代码可以继续使用此插件。但建议使用5.0动画图像解决方案以获得更好的支持和更多功能。

pod 'SDWebImageFLPlugin'

使用

    FLAnimatedImageView *animatedImageView = [[FLAnimatedImageView alloc] initWithFrame:self.view.frame];
    animatedImageView.contentMode = UIViewContentModeScaleAspectFit;
    [self.view addSubview:animatedImageView];
    [animatedImageView sd_setImageWithURL:[NSURL URLWithString:@"https://raw.githubusercontent.com/liyong03/YLGIFImage/master/YLGIFImageDemo/YLGIFImageDemo/joy.gif"]];

FLAnimatedImageView *imageView;
FLAnimatedImage *animatedImage = [FLAnimatedImage animatedImageWithGIFData:gifData];
SDFLAnimatedImage *placeholder = [[SDFLAnimatedImage alloc] initWithAnimatedImage:animatedImage];
[imageView sd_setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.gif"] placeholderImage:placeholder];

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 虽然不是第一次来台大,但这次抱着学习校园规划和管理模式的目的来参观,又有Ken这样的内行带领,看到了很多以前没有注...
    史印阅读 3,505评论 0 2
  • title:College is not an ivory tower topic sentence, The u...
    135牛晓迪阅读 3,621评论 2 1
  • 亲爱的珍姐: 展信佳! 给你写这封信不要觉得奇怪喔,只是把平时没有说的话说出来。在这些忙碌的日...
    Melodyhui阅读 1,580评论 0 1
  • 学习的越多 感觉忘记的越多,好记性不如烂笔头,以后要随时记录首页 root部分 代码模块用的express ...
    海藻web开发阅读 2,915评论 0 0

友情链接更多精彩内容