Question

I was wondering if there was a Xcode project out there that could scan 1D barcodes as I need a 1D barcode scanner in my app I am making and don't know how to do it

Any help will be much appreciated.

Was it helpful?

Solution

You could take a look at: ZBar

Hope that helps.

OTHER TIPS

There is barcode/ QR Code reader library ZXing, which I believe is from google. Also they have an example project to show how to integrate ZXing on your iphone project.

EDIT : sorry, zxing currently only supports QR codes for iphone as indicated here.

iphone: iPhone client + port to Objective C / C++ (QR code only)

But it seems it can be ported to iphone, as its developer says it here. Also this thread might interest you. Especially the comments under highest voted answer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top