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.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Get the ZBar iPhone SDK

http://zbar.sourceforge.net/iphone/index.html

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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