twostraws / CodeScanner

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

Separate delegates into extensions #125

Closed qalandarov closed 4 months ago

qalandarov commented 5 months ago

Minor code clean up to keep related codebase together

qalandarov commented 5 months ago

Hi @nathanfallet, could you please take a look here? I have a few chained PRs which I think would benefit the project. Thanks

nathanfallet commented 4 months ago

Can you explain your motivation for this change?

qalandarov commented 4 months ago

Can you explain your motivation for this change?

To make it explicit which functions are protocol conformance and which functions are implementation details as they were mixed

nathanfallet commented 4 months ago

Makes sense. But it's not building, there are missing @available on Catalyst