Tinku
Tinku

Reputation: 133

how to decode QR code - iPhone

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?

Upvotes: 0

Views: 1698

Answers (1)

Parth Bhatt
Parth Bhatt

Reputation: 19469

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.

Upvotes: 2

Related Questions