문제

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.

도움이 되었습니까?

해결책

You could take a look at: ZBar

Hope that helps.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top