LuKane / KNPhotoBrowser

图片浏览器(本地和网络) ,视频浏览器 (本地和网络), 无耦合性,自定义控件,资源路径保存和获取, 完美适配 iPhone 以及 iPad ,屏幕旋转功能.
MIT License
373 stars 77 forks source link

本地gif显示不出来 #36

Closed lxm1799 closed 4 years ago

lxm1799 commented 4 years ago

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

lxm1799 commented 4 years ago

` 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出现黑屏问题, `

lxm1799 commented 4 years ago

相关问题demo,可前往https://github.com/lxm1799/KNBrowserDemo下载,展示问题的demo在“AddImageViewController”

LuKane commented 4 years ago

不支持 本地gif图展示!

lxm1799 commented 4 years ago

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

LuKane commented 4 years ago

好的!! 多谢了哈