Any QR barcode generator open source for iPhone?
ZXing and Zbar can be QR scanner, so 开发者_如何学JAVAwhat are the open source project for generator for iPhone ?
ZXing has a QR code generator inside its main Java code, in the core/ module, package com.google.zxing.qrcode.encode
. It's not ported to C++, but I think you'll find it pretty easy to port.
I found the following two
https://github.com/kuapay/iOS-QR-Code-Generator
OR
https://github.com/jverkoey/ObjQREncoder
精彩评论