BarcodeScanner
BarcodeScanner copied to clipboard
:mag_right: A simple and beautiful barcode scanner.
I am using this in an iOS and MacOS project. However I am not using the Barcode Scanner on Mac, but it will not let me compile. Is there anyway...
Is there a way to force an orientation using Barcode Scanner? My app is only used in landscape, but when the scanner is first opened it's on portrait mode. Is...
Add the ability to change the UIVisualEffectView style _MessageViewController.swift_ `private lazy var blurView: UIVisualEffectView = .init(effect: UIBlurEffect(style: .extraLight))` --- There is currently no way to change the ".extraLight" to any...
Code in question: _CameraViewController.swift_ ``` public var showsCameraButton: Bool = false { didSet { cameraButton.isHidden = showsCameraButton } } ``` Input **true** -> CameraButton is **hidden** Input **false** -> CameraButton...
Hello, is possible to integrate the Codabar(nw-7) barcode type? Regards
I'm trying to install BarcodeScanner with SwiftPackageManager but I receive this error:  I think that's because the last release name is _Barcode Scanner -...
When trying pod installation: Analyzing dependencies Downloading dependencies Installing BarcodeScanner (5.0.0) Generating Pods project [!] Unable to find other source ref for `[email protected]` for target `BarcodeScanner`.
Barcode stopped working, I think it is because of Xcode update before this it worked perfectly I didn't change any part of code touching barcode
can we Set scanning to happen anywhere on Screen? at the moment it only scans in the box?