gpt4 book ai didi

ios - 如何在单个 UILabel 文本上获取两个普通字符串和 NSMutableString?

转载 作者:行者123 更新时间:2023-11-28 11:08:04 24 4
gpt4 key购买 nike

我想按如下所示修改单个 UILabel 文本。

enter image description here

如何使用 NSMutableString 或 UILabel 的 attributedText 属性来完成它?帮助表示赞赏。

注意:名称“John Doe”是从 API 派生的用户帐户名称。

最佳答案

引用这个例子,添加你合适的属性

let text = NSMutableAttributedString(string: "Welcome John Doe")
text.addAttribute(NSFontAttributeName, value: UIFont(name: "YourFont", size: 18)!, range: NSMakeRange(8, text.characters.count - 8))
label.attributedText = text

关于ios - 如何在单个 UILabel 文本上获取两个普通字符串和 NSMutableString?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36639727/

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