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

系统相机「取消」按钮无反应 #879

Closed W-Orisun closed 7 months ago

W-Orisun commented 7 months ago

系统相机「取消」按钮无反应

Description and Steps

通过相册页面调起UIImagePickerController时,点击「取消」按钮没反应,应该是没有实现imagePickerControllerDidCancel代理方法导致的。

Info

ZLPhotoBrowser version: 4.4.8.1 Device: iPhone 11 Pro Device version: iOS 15.7 Xcode version: Xcode 15.0.1

Configuration code of ZLPhotoConfiguration

   let config = ZLPhotoConfiguration.default()
   config.allowTakePhotoInLibrary = true
   config.useCustomCamera = false