SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos
MIT License
364 stars 74 forks source link

delegate is not called when the gallery/camera does not have permission. #110

Closed laziestlee closed 1 year ago

laziestlee commented 1 year ago

When I use async/await to wrap picker/capture, func pickerController( didCancel pickerController: PhotoPickerController ) or func cameraController(didCancel cameraController: CameraController) delegate is not called when the gallery/camera does not have permission.

Is it possible to consider adding this call back, or is there currently any other way to get the cancel callback?