Questions tagged [rsbarcodes]

RSBarcodes allows you to read 1D and 2D barcodes using the metadata scanning capabilities introduced with iOS 7 and generate the same set of barcode images for displaying and sharing.

RSBarcodes allows you to read 1D and 2D barcodes using the metadata scanning capabilities introduced with iOS 7 and generate the same set of barcode images for displaying and sharing. Currently there are Objective-C and Swift implementations of the library.

12 questions
6
votes
0 answers

RSBarcodes_Swift how to use?

Sorry for Google translator... Hello! I want to understand the use of the Swift RSBarcodes library. How to assign a variable scanned code. I tried to do so: var MyVar:String = "" self.barcodesHandler = { barcodes in for barcode…
Dmitry
  • 2,963
  • 2
  • 21
  • 39
4
votes
1 answer

Perform Action When a Barcode Is Scanned Using RSBarcodes

I am building an app that utilizes QR code scanning using RSBarcodes for Swift. What I am trying to do in my ScanViewController is to scan a QR code, validate what was scanned, and then segue with the scanned data. Currently, when a QR code is…
Drew Antonich
  • 173
  • 11
3
votes
2 answers

Swift: Build Failed but no errors

I'm currently trying to implement this GitHub: https://github.com/yeahdongcn/RSBarcodes_Swift I have followed the instructions like so: Add RSBarcodes_Swift as a submodule by opening the Terminal, cd-ing into your top-level project directory, and…
DannieCoderBoi
  • 728
  • 2
  • 12
  • 31
2
votes
1 answer

Swift Barcode Scanning

I am attempting add barcode scanning to my app using RSBarcodes. I'm having two issues: Not being able to update a label that displays the barcode scanned and the delegate to send the barcode to my calling view controller not working. Below is my…
Floyd Resler
  • 1,786
  • 3
  • 22
  • 41
1
vote
2 answers

Passing data forward to destination VC (with framework) in Swift?

I'm writing an application that takes data from a QR code scanner. I am just implementing the basics, and have a second view controller that is triggered when a new QR code is detected. The following code is in a custom view controller from…
rb612
  • 5,280
  • 3
  • 30
  • 68
0
votes
1 answer

Converting PDF417 codewords/binary array to ID Automation Barcode Font code

I am working on a rails application that needs to send an piece of HL7 data encoded as PDF417 as JSON over API. The receiver of the barcode encoding will then insert the data into a word document with a PDF417 IDAutomation barcode font. The problem…
0
votes
0 answers

How to display detected barcode information

I'm creating an iphone app using swift 2. I got the app to be able to read barcodes and display the barcode. Also I learned core data and using it to import a .csv file with a bunch of product information which includes the barcode. Now when a…
David_A
  • 13
  • 3
0
votes
2 answers

Swift CocoaPod is clickable but not findable for Xcode

I use the CocoaPod RSBarcodes_Swift to work with barcodes. The installation was successful and if I open the *.xcworkspace file I can see the source files for the pod. The problem: If I'm typing lines like class FirstViewController:…
Tobonaut
  • 2,245
  • 2
  • 26
  • 39
0
votes
1 answer

How to Add Text Box On Top of Camera Layer in Swift?

I'm building an app that implements barcode scanning functionality using RSBarcodes. I have the camera layer configured (standard view controller with custom class) and it's working properly. However, I want to have a text box that allows the user…
rb612
  • 5,280
  • 3
  • 30
  • 68
0
votes
1 answer

How can I delay focusing using AVCaptureDevice

I am working on application (using Swift) which has the function to scan barcodes. For this I am using RSBarcodes. Issue I am dealing with is that I need to scan barcodes from A4 paper sheet which is full of them. However the capturing is too fast…
mickoush
  • 476
  • 4
  • 4
-1
votes
1 answer

how can I track products' expiry date with Barcode?

As far as my knowledge, product's barcode doesn't give any information regarding expiry date in this scenario, in my project I want to track the expiry date of a product without changing barcode frequently.
Order
  • 1
  • 1
  • 1
  • 1
-1
votes
2 answers

Swift: Storyboard TabViewController Segue Not Being Triggered

I am working on an iOS app that allows users to scan barcodes of food items into a shopping list. My goal is that when the scanner picks up on a barcode, it grabs the metadata and sends it (via segue) to another view where the user can log the item…
Mike
  • 1,307
  • 3
  • 17
  • 29