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

Add viewfinderSize property #40

Closed kiwis08 closed 3 years ago

kiwis08 commented 3 years ago

Added viewfinderSize you can pass when initializing CodeViewScanner: CodeScannerView(codeTypes: [.aztec, .qr], showViewfinder: true, viewfinderSize: 250) { result in ... }

It has a default value of 200.