twostraws / CodeScanner

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

Making inherited functions and variables public #1

Closed oreninit closed 4 years ago

oreninit commented 4 years ago

Solved an error when running on device: Overriding instance method must be as accessible as its enclosing type

twostraws commented 4 years ago

Thank you!