I need to generate QRCodes using objective-c. Is there a library/framework already available for that?Thanks

link|improve this question

69% accept rate
3  
Possible duplicate question of stackoverflow.com/questions/6120071/qr-code-library-for-iphone – Damien May 26 '11 at 20:21
feedback

3 Answers

Take a look at http://code.google.com/p/simplehttp/source/browse/trunk/qrencode/qrencode.c?r=78.

If you can call C-routines from objective-C, then you are set.

link|improve this answer
feedback

zxing has QR module for an iPhone.

link|improve this answer
zxing does not have a qr encoder for C++/Objective C at this point. – smparkes May 29 '11 at 23:08
feedback

If you are looking for an encoder for Objective-C, I just ported one from the Psytec implementation. Take a look at https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. It's quite new so let me know of any comments.

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.