如何在iPhone中生成二维码?
如何从 iPhone 生成带有密码保护的二维码?我应该为给定的图像生成带有密码保护的二维码。当从 iPhone 读取时
How to Generate QR Code from iPhone with Password protection?. I should generate QR code for given Image with Password protection. When read it from iPhone
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
现在使用 iOS 7 可以直接完成,无需额外的库。 https://github.com/shu223/iOS7-Sampler 有一个很好的例子
Now with iOS 7 it can be done directly without additional libraries. There's an excellent example at https://github.com/shu223/iOS7-Sampler
我找到了一种非常简单的方法如何使用 Google Api 生成 QR 码。只需在代码中取 1 UIWebView 我已取 IBOutlet UIWebView *webView;我想在我的二维码中添加大量信息。
1.企业名称
2.名字和姓氏
3.实际地址和电话
4.网站
I have found one very simple way how to generate QR Code using Google Api.Just take 1 UIWebView in your code I have taken IBOutlet UIWebView *webView; and I want add this Much of Information in My QR Code.
1.Business Name
2.First Name and Last Name
3.Physical Address and phone
4.Website
您可以使用此框架:onbarcode 或 zxing
You can use this framework : onbarcode or zxing
您可以尝试 https://github.com/myang-git/ Objective-C 的 QR 码编码器。最近我添加了通过 AES 加密/解密的功能
You can try https://github.com/myang-git/QR-Code-Encoder-for-Objective-C. Recently I added the ability to encrypt/decrypt by AES