longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

运行demo的时候@available(iOS 9.0, *)报错

CHENDONGY opened this issue · comments

运行demo的时候@available(iOS 9.0, *)报错
commented

这个是在Xcode9.0以下版本报的错,不识别该条件判断,可以把他修改为 [UIDevice currentDevice].systemVersion.floatValue >= 9.0

希望能尽快更新

commented

@liupengios 嗯好,暂时可以手动修改为 [UIDevice currentDevice].systemVersion.floatValue >= 9.0 ,后续版本会更新的

能不能把 编辑完后 就默认是编辑完后的照片 跟微信一样 这只能编辑一张图片..... 试着改了改不好. 还有编辑里的另外两个功能没有打开,打开后只有UI,没有实际操作!

commented

“编辑里的另外两个功能没有打开,打开后只有UI,没有实际操作!”这个是什么意思? 编辑完后这个功能可以考虑下,但是最近比较忙没时间整