iOS gif 图片播放

2020-04-21  本文已影响0人  Code4Lift

使用SDWebImage

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

猜你喜欢

热点阅读