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

Added a link to an additional example snippet #16

Closed ralfebert closed 4 years ago

ralfebert commented 4 years ago

Added a link to an additional example snippet on how to present a result page via NavigationLink when a barcode is scanned.

twostraws commented 4 years ago

Thank you for this, and for answering the question on Stack Overflow! If possible I'd rather not refer folks to that site, because it can be rather unwelcoming – do you think it might work better to create a section of examples here in the README?

ralfebert commented 4 years ago

I updated the patch to include the example code instead of a link.

twostraws commented 4 years ago

Thank you!