Ankit Sachan
Ankit Sachan

Reputation: 7840

iphone: local qr code generator

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

Answers (3)

Oscar
Oscar

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

phoganuci
phoganuci

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

Ankit Sachan
Ankit Sachan

Reputation: 7840

here goes the solution https://github.com/jverkoey/ObjQREncoder

Upvotes: 7

Related Questions