I need to generate QRCodes using objective-c. Is there a library/framework already available for that?Thanks
feedback
|
|
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. | |||
|
feedback
|
|
zxing has QR module for an iPhone. | |||
|
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. | |||
|
feedback
|