twostraws / CodeScanner

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

restart scanned fixed #12

Closed rajubd49 closed 4 years ago

rajubd49 commented 4 years ago

Restarting scanner #9 fix

twostraws commented 4 years ago

Hello! Thank you for your contribution.

This was designed to scan exactly one thing. If we're to change it, I'd at least like an enum of once and oncePerCode, and continuous, with the default being once. This would mean:

rajubd49 commented 4 years ago

Nice, I did not think this way. It would be helpful if you could update the repo with this feature.