Reputation: 51
I want to show a QR code reader in my iPhone application inside main screen window.
How can I use the Zxing APIs in my app for creating the QR Reader? Can I use any other library for the same purpose?
Upvotes: 5
Views: 10247
Reputation: 4257
If you need to read QR code, Zbar is the best. Easy to integrate and good documentation is there. See their site http://zbar.sourceforge.net/. And see their tutorial http://zbar.sourceforge.net/iphone/sdkdoc/tutorial.html. I had successfully integrated Zbar in many of my projects.
Upvotes: 5
Reputation: 1954
Try zxing, its open source and i see an iphone part in source code
Upvotes: 3
Reputation: 3955
You can also try shop savvy iphone sdk for read qr code : http://shopsavvy.mobi/sdk/
Thanks
Upvotes: 5