LuKane/KNPhotoBrowser

本地gif显示不出来

lxm1799 opened this issue · 5 comments

相关问题Demo,可前往下载:https://github.com/lxm1799/KNBrowserDemo

`
QYLocalCloudModel *model = obj;
KNPhotoItems *items = [[KNPhotoItems alloc] init];

        if (model.type == MediaUploadTypeVideo) {
            items.url = model.filePath;
            items.isVideo = YES;
        }else{
            items.sourceImage = (UIImage *)model.image;
        }
        [itemArr addObject:items];

//当前的model.image的类型是UIAnimatedImage,且确定是有数据的。但是赋值给items.sourceImage预览的时候黑屏。
//目前仅gif出现黑屏问题,
`

不支持 本地gif图展示!

这个问题我本地修复了,相关代码晚点提交给你看看。

好的!! 多谢了哈