BarcodeScanner icon indicating copy to clipboard operation
BarcodeScanner copied to clipboard

:mag_right: A simple and beautiful barcode scanner.

Results 29 BarcodeScanner issues
Sort by recently updated
recently updated
newest added

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: ![118295451737981040190048523](https://user-images.githubusercontent.com/5995356/170363765-5a5fa738-ac42-4e2c-bd46-e77ff17fbd58.png) ![118819969746157040400093088](https://user-images.githubusercontent.com/5995356/170363768-89d03fae-0830-4425-8210-994431fb2894.png) ![180735647427594040100073528](https://user-images.githubusercontent.com/5995356/170363769-76524746-a316-4b94-86bd-64c352838887.png) ![131661111802212040690065067](https://user-images.githubusercontent.com/5995356/170363771-33101e37-d56a-4f26-8a3d-1701e230358c.png) 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...