SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

laziestlee opened this issue · comments

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?