iOS14适配 FLAnimatedImage在iOS14中 gif动画效果只展示一次就自动停止播放
将FLAnimatedImage的loopCount属性改为0即可
1、将FLAnimatedImage.h文件的loopCount属性改为可读可写
2、将FLAnimatedImage.m文件在+ (instancetype)animatedImageWithGIFData:(NSData *)data方法中,将animatedImage.loopCount设为0,表示可以无限循环播放GIF动画