How to Generate QR Code from iPhone with Password protection?. I should generate QR code for given Image with Password protection. When read it from iPhone
feedback
|
|
I have found one very simple way how to generate QR Code using Google Api.Just take 1 UIWebView in your code I have taken IBOutlet UIWebView *webView; and I want add this Much of Information in My QR Code. 1.Business Name 2.First Name and Last Name 3.Physical Address and phone 4.Website
| ||||
|
feedback
|
|
You can try https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. Recently I added the ability to encrypt/decrypt by AES | |||
|
feedback
|
|
Here first we will discuss how to generate QR code. You can download sample code from https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. Normally QR code available in black & white color. But, you can change color of QR code with the above code. Developer can also add some nice images to QR code. Please follow below steps to make QR generator in iPhone. First you need to download source-code from above link. Then you need to import all class which are necessary for QR library. Once you add all class you can pass string for which you want to pass QR code. for e.g form the mail you need to pass string MAILTO:idevfans@gmail.com. Please find below link for mpre information. http://www.idevfans.com/how-to-generate-qr-code-in-iphone-application/ | |||
|
feedback
|