Yrban
Results
1
issues of
Yrban
When I trigger the QR detection via the following code, it will only read one QR code. My code: ``` fileprivate func startQRCodeDetection() { cameraManager.startQRCodeDetection { (result) in switch result...