I want to generate the colorful QR code. I had used https://github.com/kuapay/iOS-QR-Code-Generator code to generate the QR code. now the qr code generated is always n black color.I want to make it in Red or any other color. The coding of coloring And the drawing of QR code .png image is done QR_Draw_png.mm file. What should i edit in QR_Draw_png.mm this file. How to do the generate the colorful qr code.
How is it possible.
Please help me.
This is the best example to generate colorful QR code.
http://www.oscarsanderson.com/2013/08/12/implementing-a-qr-code-generator-on-the-iphone/
You will found qrencode library from above link, and Category of UIImage.
After you need to simple call this method with your selected Color to generate it.
You'll have to tinker with the Z-Bar code to do that.
Maybe these links might help:
http://mashable.com/2011/04/18/qr-code-design-tips/
http://qreateandtrack.com/2011/01/06/adding-a-bit-of-color-to-your-qr-codes/
and
http://keremerkan.net/qr-code-and-2d-code-generator/
https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=https://stackoverflow.com/questions/8063575/generate-colorful-qr-code%2F&choe=UTF-8
Use this link same generate web,android,iPhone.