gpt4 book ai didi

ios - 如何为 NSAttributedString 的背景设置圆角半径?

转载 作者:行者123 更新时间:2023-12-01 17:12:27 35 4
gpt4 key购买 nike

我想为 UILabel 上的部分文本设置圆角半径。我有射程。
下面的代码设置了背景颜色,但它会是一个矩形背景。

那么,我的问题是如何为其设置圆角半径

string.setAttributes([NSBackgroundColorAttributeName: UIColor.red], range: range)

感谢您的任何建议。

最佳答案

yourLabel.layer.backgroundColor  = UIColor.redColor().CGColor
yourLabel.layer.cornerRadius = 5 //Change this value as your requirement
yourLabel.layer.masksToBounds = true

希望这段代码能帮到你。

关于ios - 如何为 NSAttributedString 的背景设置圆角半径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45527840/

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