美文网首页
iOS gif 图片播放

iOS gif 图片播放

作者: Code4Lift | 来源:发表于2020-04-21 16:01 被阅读0次

使用SDWebImage

pod 'SDWebImage/GIF'
pod 'FLAnimatedImage'
#import "FLAnimatedImageView+WebCache.h"
FLAnimatedImageView *imageView = [[FLAnimatedImageView alloc] init];
[imageView sd_setImageWithURL: (nullable NSURL *) placeholderImage:self.placeholderImage]

相关文章

网友评论

      本文标题:iOS gif 图片播放

      本文链接:https://www.haomeiwen.com/subject/qbzuihtx.html