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

Iphone 12 iOS 17.4.1 strange scan layout #137

Closed tiromansev closed 3 months ago

tiromansev commented 3 months ago

Hi, I'm trying to add barcode scanning future to my application and when I open CodeScannerView in sheet I see this layout above the CodeScannerView (screenshot 1), nothing happend in this screen, when I tap on Cancel button this layout closed and I can scan barcodes (screenshot 2). Can anyone tell me what I am doing wrong?

screen1 screen2