gpt4 book ai didi

iphone - QRCode在ios中编码一个简单的字符串

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:04:42 25 4
gpt4 key购买 nike

我已经从 github 下载了示例代码用于 QRCode 编码。

它工作正常并为我指定的字符串生成带有 QRCode 的图像。

但是,当我扫描该图像时,它会显示类似 http://mystring 的字符串。

我只需要mystring。怎么做?问题出在 QRscanner 应用程序上吗?

我认为 QRencoderapp是关于对 url 进行编码。

是否有任何其他示例只对一个简单的字符串(不是 url)进行编码?

在上面的代码中获取字符串而不是 url 是否需要做任何更改?

最佳答案

我已经解决了我的问题。

我从这个 Github link 下载了一个项目.

该项目中的代码为简单文本创建 QRCode 图像。

NSString *code = @"Our String to be encoded";

Barcode *barcode = [[Barcode alloc] init];

self.view.backgroundColor = [UIColor whiteColor];

[barcode setupQRCode:code];

ourImageView.image = barcode.qRBarcode;

希望,这会对其他人有所帮助。

关于iphone - QRCode在ios中编码一个简单的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15570678/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com