xcode 如何在ios中使用一些输入数据创建二维码
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14453389/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to Create QR Code using some input data in ios
提问by 12345
Is there any One having sample app or Idea about generating QR CODE generating using some input data by user,like ID,Name,Address,etc.
有没有关于使用用户输入的一些数据(如 ID、姓名、地址等)生成二维码的示例应用程序或想法。
thanks.
谢谢。
回答by spider1983
You can opt here for generating QR code
您可以选择此处生成二维码
these are third party library 1) https://github.com/myang-git/QR-Code-Encoder-for-Objective-C2) https://github.com/kuapay/iOS-QR-Code-Generator
这些是第三方库 1) https://github.com/myang-git/QR-Code-Encoder-for-Objective-C2) https://github.com/kuapay/iOS-QR-Code-Generator
but if you really want to know the concept this is a good start http://www.onbarcode.com/products/iphone_barcode/barcodes/qrcode.html
但如果你真的想知道这个概念,这是一个好的开始 http://www.onbarcode.com/products/iphone_barcode/barcodes/qrcode.html