BarcodeScanner
BarcodeScanner copied to clipboard
:mag_right: A simple and beautiful barcode scanner.
2022-06-07 12:11:51.415810+1000 CleverSparky[467:23701] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UIViewController _loadViewFromNibNamed:bundle:] loaded the "MessageView" nib but the view outlet was not set.' *** First throw call stack:...
Sorry for not openning PR, I made a lot of changes, so dont want to push it here :) ``` private func makeCollapsedConstraints() -> [NSLayoutConstraint] { return [ messageView.bottomAnchor.constraint(equalTo: view.bottomAnchor),...
When trying to run `pod install` inside the `Example/` directory of this repo, I get the error above. Any help?
Thread 1: " has been added as a subview to effect=none. Do not add subviews directly to the visual effect view itself, instead add them to the -contentView." i have...
Take these barcodes for example. None of these are able to be scanned:     However, if you try to scan the un-truncated versions of PDF417s, they work...
Greetings, thanks for the performant library with support for the number of barcodes! I'm writing this "issue" to ask whether you can implement a public default and public parametric initializer...
Hey there! First, thank you for this project. It was really easy to integrate and works pretty well. But now I wanted to use the front-camera to scan barcodes. So...
### Description Allows usage of this library from objc code. ### Tasks - [x] Mark classes & protocols with `@objc` - [x] Change `class` to `AnyObject` in protocols to fix...
According to #141, only the area within the box is scanned for codes. This, however, is not true when `viewController.metadata` is specified (eg. `viewController.metaData = [AVMetadataObject.ObjectType.ean13]`). This is an unwanted...
Hi, I'm trying to use resetWithError() in my app, but it doesn't show an error (see video). https://user-images.githubusercontent.com/50664914/128355802-83cc0f8f-d8ad-4bfd-8eff-d876ad345a2c.mov Configuration of the viewController: ```viewController = BarcodeScannerViewController() viewController metadata = [AVMetadataObject.ObjectType.ean13] viewController.isOneTimeSearch...