Possible Duplicate:
QR code reader for iPhone

am developing an application for iphone to read & create QR Code. is there any common library available in open source ?

link|improve this question

feedback

closed as exact duplicate by casperOne Dec 7 '11 at 18:43

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

4 Answers

up vote -3 down vote accepted

Here is what you are looking for :

QR ENCODE

Open source library for QR

Another library

link|improve this answer
None of these are compatible with iPhone. – Jeff Wolski Feb 16 at 15:55
feedback

ZXing has an iphone library

link|improve this answer
it has only source code of Zxing application. can you help me on this to get *.a file – yokks May 25 '11 at 7:35
The zxing source code repo has xcode projects that will generate .a's for the pure C++ code and for an objective c wrapper. There is no .a project for the standard widget, but that's not hard to add to the project. – smparkes May 29 '11 at 23:08
1  
I love example projects that you can build and run right after downloading it. – Eric Brotto Sep 7 '11 at 10:07
feedback

Take a look at https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. I ported it from Psytec's library (http://www.psytec.co.jp/freesoft/02)

link|improve this answer
Great work! Thank you very much – camdaochemgio Feb 13 at 9:19
feedback

You should also have a look at ObjQREncoder.

link|improve this answer
feedback

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