twostraws / CodeScanner

A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
MIT License
1.01k stars 286 forks source link

Proper permission denied error if camera access is denied #74

Closed MSNexploder closed 2 years ago

MSNexploder commented 2 years ago

Currently we fail only with .permissionDenied after requesting camera access (and not getting any). If camera access is already denied the error is swallowed.

twostraws commented 2 years ago

Thanks!