YLGIFImage 介绍
YlgiFImage 是异步 GIF 图像解码器和图像查看器,支持播放 GIF 图像,而且使用很少的内存。

示例代码:
YLImageView* imageView = [[YLImageView alloc] initWithFrame:CGRectMake(0, 160, 320, 240)];
[self.view addSubview:imageView];
imageView.image = [YlgiFImage imageNamed:@"joy.gif"];
YLGIFImage 官网
https://github.com/liyong03/YLGIFImage