Reputation: 283
Can anyone point me in the right direction for information or tutorials for adding a QRcode reader to a native iPhone app?
Thanks in advance.
Upvotes: 1
Views: 1576
Reputation: 14053
ZXing (http://code.google.com/p/zxing/) and ZBar (above) are the ones heard about most. ZBar is LGPL 2.1, ZXing is Apache 2.
http://code.google.com/p/zxing/source/browse/trunk/iphone/README describes integrating the provided widget into an Xcode project.
Upvotes: 0
Reputation: 1791
Get the ZBar iPhone SDK
http://zbar.sourceforge.net/iphone/index.html
Upvotes: 1