作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个使用 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)
})
}
最佳答案
看来你必须使用自定义类型
像这样:
let customType = ActiveType.custom(pattern: "\\s@Kevin\\sk\\sHello")
关于ios - 如果使用 "ActiveLabel.swift"标记单词有空格,它将标记失败 - swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49486025/
我有一个使用 ActiveLabel.swift 标记人名的问题。 但是我遇到了一个问题。 如果人名有空格,将无法标记所有带空格的名字。 我怎么了?对我有什么好主意吗?谢谢。 myLabel.cust
这个问题与 UITableView 和 UILabel 的高度有关。 您好,我正在使用自动布局来设置行中的动态高度。 这是我在表格单元格中的布局。 描述标签 LikeCountLabel 为蓝色“1”
我是一名优秀的程序员,十分优秀!