gpt4 book ai didi

swift - 尝试将事件标签用作标题时发生崩溃

转载 作者:行者123 更新时间:2023-12-03 17:45:13 25 4
gpt4 key购买 nike

尝试将Active Label用于用户字幕时,我崩溃了。我以为是因为我之前添加的某些标题不包含任何启用的类型。因此,我发表了一篇文章,指出“这是一个带有#hashtags和一个@userhandle的帖子。”应用仍然崩溃,我错过了一步还是出了点问题?

        captionLabel.text = posts?.caption

let customType = ActiveType.custom(pattern: "\(captionLabel)\\b")

captionLabel.enabledTypes = [.mention, .hashtag, .url, customType]


captionLabel.customize { (label) in
label.text = "\(captionLabel)"
label.textColor = .black
label.numberOfLines = 0

}`

Thread 1: EXC_BAD_ACCESS (code=2, address=0x600003a7c100)

最佳答案

模式是一个字符串,因此,请尝试使用(pattern: "\(captionLabel.text)\\b")而不是(pattern: "\(captionLabel)\\b")
如果您尝试使用\(captionLabel)的init模式,则将使用标签。
您需要使用该标签的文本。

关于swift - 尝试将事件标签用作标题时发生崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56567047/

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