gpt4 book ai didi

Swift:加粗 UIButton

转载 作者:搜寻专家 更新时间:2023-10-30 22:21:10 30 4
gpt4 key购买 nike


是否可以在 UIButton 中加粗字体?使用标签,它非常简单,例如:

label.font = UIFont(name:"HelveticaNeue-Bold", size: 16.0)

但这不适用于按钮。

最佳答案

对于 UIButton 我尝试了这个并且有效:

swift 2

testButton.titleLabel?.font = UIFont.boldSystemFontOfSize(18)

swift 3 和 4

testButton.titleLabel?.font = UIFont.boldSystemFont(ofSize: 18)

(感谢ConfusionTowers)

关于Swift:加粗 UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37215799/

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