DarkN3ss
DarkN3ss

Reputation: 75

1D barcode Scanner IOS (Xcode)

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.

Upvotes: 1

Views: 3893

Answers (2)

Tobi
Tobi

Reputation: 5519

You could take a look at: ZBar

Hope that helps.

Upvotes: 1

Krishnabhadra
Krishnabhadra

Reputation: 34296

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.

Upvotes: 0

Related Questions