Reputation: 677
Is there a current iPhone QR library? Zebra Xing is pretty huge for the small app that I plan to make. ZBar has the wrong kind of license. Any suggestions would be well appreciated. All it has to do is recognize a QR code and interpret it, hopefully at a high frame rate. Thanks in advance.
Upvotes: 0
Views: 2258
Reputation: 577
This one looks good, we are using it: Esponce QR Reader - it is fast, nice looking, easy to use and it recognize all fields from contact cards correctly, also unicode chars.
Upvotes: 0
Reputation: 3506
you can do using this :
ZBar = SDK
and use this step which gives by this answer Zbar SDK is not working in iOS6
other source = See this Link
Upvotes: 0
Reputation: 3203
You can also try shop savvy iphone sdk for read qr code : http://shopsavvy.mobi/sdk/
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.
Thanks
Upvotes: 1