CodeScanner
CodeScanner copied to clipboard
A SwiftUI view that is able to scan barcodes, QR codes, and more, and send back what was found.
Currently we fail only with `.permissionDenied` after requesting camera access (and not getting any). If camera access is already denied the error is swallowed.
1. Open scan on the simulator (Xcode) 2. Scan from photo 3. Choose barcode (for example code128 and etc.) 4. Failure response But on the real device is ok.
Hello all, first of all thanks for this great code! I just have a little problem with the isTorchOn Option. CodeScannerView(codeTypes: [.qr], showViewfinder: true, **isTorchOn: true**) For me, the torch...
cause Error : - Modifying state during view update, this will cause undefined behavior. ScannerViewController,isGalleryShowing didSet.
Right now, I couldn't find a way to restart a new scanning session, other than using the `continuous` option or making a new instance of the class.
This package claims to be able to run on Mac Catalyst 14 or later, but I cannot build my project for Mac Catalyst because some `@available` lines are missing (according...
Is there a delegate method that handles this case?
I would like to use the codescanner on my iPad and use the front facing camera. Can you please add the option to select the front facing camera. Thanks!!