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.
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.
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.