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

Adding more customization options #52

Closed nathanfallet closed 2 years ago

nathanfallet commented 2 years ago

In this pull request:

nathanfallet commented 2 years ago

@twostraws The pull request is ready, and should fix #50, #51 and #22 😄 Feel free to review it and merge it when you have time to

twostraws commented 2 years ago

Hi Nathan! Thank you for your contribution – it looks great! Can you confirm this doesn't break compatibility with the existing 2.0.0 release?

nathanfallet commented 2 years ago

@twostraws I can confirm it does not break anything, as I only added optional arguments with default values.

twostraws commented 2 years ago

Thank you!