开发者

Any QR barcode generator open source for iPhone?

开发者 https://www.devze.com 2023-01-28 11:59 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消