Reputation: 7840
can anybody suggest me some SDK or way of creating a local QR code generator for iphone? Please enlighten me on this I have referred zxing and several other qr code libraries but none of them support iphone for qr code generation
Thanks in advance
Upvotes: 3
Views: 9221
Reputation: 11
The following tutorial demonstrates how you can easily generate QR Codes directly from within an iPhone app:
http://www.oscarsanderson.com/2013/08/12/implementing-a-qr-code-generator-on-the-iphone/
Upvotes: 1
Reputation: 5064
Another generator wrapped in a sample iPhone project. This project was created in Xcode 4:
https://github.com/kuapay/iOS-QR-Code-Generator
Upvotes: 9
Reputation: 7840
here goes the solution https://github.com/jverkoey/ObjQREncoder
Upvotes: 7