longitachi / ZLPhotoBrowser

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

oc集成ZLPhotoBrowser库之后,调用拍照页面关闭按钮和闪光灯按钮未显示 #820

Closed yinsenlee closed 1 year ago

yinsenlee commented 1 year ago

设备:iPhone 11 Pro Max 系统:iOS 16.4.1(a) SDK版本:4.4.1 集成方式:Carthage

/// 调用摄像头 /// @param viewController 视图控制器

截屏2023-06-01 10 03 36 1685585449657

longitachi commented 1 year ago

我新建了个demo,iPhone12, 系统16.4.1,carthage集成4.4.1版本。调起相机显示正常。你可以下个demo,跑到你的设备上,先看下正常不。正常的话可以用源码集成方式,集成到你的项目里再debug下。

yinsenlee commented 1 year ago

demo运行是正常的,你新建的demo是Swift语言的吗?能不能试试oc项目用carthage集成调用试试?

longitachi commented 1 year ago

demo运行是正常的,你新建的demo是Swift语言的吗?能不能试试oc项目用carthage集成调用试试?

就是新建的OC项目,用carthage集成的 TestCarthage.zip