I am developing an app which reads barcode and QR code using Zbarcode framework. Is there any way to decode the QR code using objective c?

link|improve this question

64% accept rate
feedback

1 Answer

You can refer to this library called Zxing.

This has both QRCode Reader and BarCode Reader.

http://code.google.com/p/zxing/

Hope this helps you.

link|improve this answer
Hey thanks. Is there any sample iphone project / source code available? – Tinku Sep 12 '11 at 8:58
Zxing Library has many exmples which are called ScanTest and ZxingWidget. It is included in the library itself. – Parth Bhatt Sep 12 '11 at 9:28
Yeah I downloaded it. It seems that Scan Test needs to be used with ZxingWidget. I couldnot link the binary file in the build path of the target. – Tinku Sep 12 '11 at 10:16
@ramya: Whats the error you get? – Parth Bhatt Sep 12 '11 at 10:25
I have added the zxingwidget project into the scantest. But I could not set the build path as they have said – Tinku Sep 12 '11 at 10:30
show 6 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.