
ios – Customized digital camera view not displaying
I’ve been utilizing Zxing.Maui nuget for QR code scanning nevertheless it doesn’t work for some small QR codes. After some digging I discovered that AVCaptureSession with IAVCaptureMetadataOutputObjectsDelegate works for this. I’m referring vinodiOS/SwiftQRCodeScanner to realize this. My MAUI customized management code as follows. In debug I do see view is being created and CaptureSession operating…