QRCodeReader.swift
QRCodeReader.swift copied to clipboard
Simple QRCode reader in Swift
hi, i try to play arround with `rectOfInterest` to make the shape of `OverlayView` to square shape instead of rectangle but seems does not work, could you help me, how...
Crash was recorded by Crashlytics. Unfortunately I don`t know how to reproduce this crash.  we use next method to check if we can start scanning, and inside it crash...
Hi, I have a Testflight crash with less information for a crash within class QRCodeReader. The crash occurs when assigning videoGravity. In function configureDefaultComponents(withCaptureDevicePosition: AVCaptureDevice.Position): Line 170: previewLayer.videoGravity = .resizeAspectFill...
Expected behavior: - QR code should scan if it is framed by the rect of interest with a small margin Found behavior: - QR code does not scan unless it...
For my case I need to hide the navigation bar when `QRCodeReaderViewController` is pushed in the navigation controller. This cannot be done without overriding the functions `viewWillAppear` and `viewWillDisappear` of...
I set rectOfInterest = CGRect(x: 0, y: 0, width: 0.5, height: 0.5), but the actual recognized area is the symmetric area in the middle line of the screen
Once in while I have a deadlock. I can reproduce it sporadically. Currently I'm investigating the issue however haven't figured out the fix. ...