gpt4 book ai didi

ios - 如何以编程方式增加按钮中的字体大小(swift 3)

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

我希望用户能够放大文本。

我已经想出如何增加按钮的整体大小,但文本保持不变。

button.frame =  CGRect(x: 100, y: 400, width: 100, height: 50)

如何在 swift3 中实用地增加按钮中的字体大小?

最佳答案

使用 titleLabel,像这样:

let button = UIButton()
button.titleLabel?.font = UIFont.systemFont(ofSize: 30)

您可以通过多种方式使用 UIFont,检查它的构造函数!

关于ios - 如何以编程方式增加按钮中的字体大小(swift 3),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43989369/

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