gpt4 book ai didi

ios - 如果使用 "ActiveLabel.swift"标记单词有空格,它将标记失败 - swift

转载 作者:行者123 更新时间:2023-11-28 06:01:42 31 4
gpt4 key购买 nike

我有一个使用 ActiveLabel.swift 标记人名的问题。
但是我遇到了一个问题。
如果人名有空格,将无法标记所有带空格的名字。
我怎么了?对我有什么好主意吗?谢谢。

myLabel.customize { (label) in

label.text = "@Kevin k Hello"

label.handleMentionTap({ (mentionString) in //mentionString = Kevin
guard self.tagsLabelDic[mentionString] != nil else { return } // self.tagsLabelDic = ["Kevin k": "appname://app/user/aa445cfaef786864044f12e2"]
guard let url = URL(string: self.tagsLabelDic[mentionString]!) else { return }
self.taggedDelegate?.tagsLabelClicked(url: url)
})
}

test

最佳答案

看来你必须使用自定义类型

像这样:

let customType = ActiveType.custom(pattern: "\\s@Kevin\\sk\\sHello")

关于ios - 如果使用 "ActiveLabel.swift"标记单词有空格,它将标记失败 - swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49486025/

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