gpt4 book ai didi

ios - swift 的 iOS。多行 UILabel 背景颜色跟随文本

转载 作者:搜寻专家 更新时间:2023-11-01 05:36:33 25 4
gpt4 key购买 nike

我有一个多行 UILabel,我想将其背景颜色设置为与您用鼠标在网络浏览器上突出显示文本时完全相同,但似乎找不到解决方案。

这是我在 Storyboard中得到的: enter image description here

这就是我的目标:

enter image description here

这是我上面提到的浏览器示例: enter image description here

最佳答案

是的,使用属性文本。此处为 swift

let textBgColor = UIColor.greenColor()
let attributes = [
NSBackgroundColorAttributeName : textBgColor
]
let attributedString = NSAttributedString(string: Constant.kDescriptionArray[0], attributes: attributes)

descriptionLabel.attributedText = attributedString

关于ios - swift 的 iOS。多行 UILabel 背景颜色跟随文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38068228/

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