gpt4 book ai didi

ios - 为什么在使用 titleEdgeInsets 时我的 UIButton 的标题在中间被截断?

转载 作者:行者123 更新时间:2023-12-04 00:16:31 26 4
gpt4 key购买 nike

这是我的 UIButton定义如下:

private var continueButton: AttributedButton = {
let button = AttributedButton()
button.backgroundColor = .systemGreen
button.titleLabel?.font = UIFont.boldSystemFont(ofSize: 18)
button.titleEdgeInsets = UIEdgeInsets(top: 6, left: 20, bottom: 6, right: 20)
button.setTitle("game.continue".localized.uppercased(), for: .normal)
button.setTitleColor(.white, for: .normal)
button.cornerRadius = 10
return button
}()
它看起来像这样:
enter image description here

最佳答案

使用 contentEdgeInsets属性而不是 titleEdgeInsets

关于ios - 为什么在使用 titleEdgeInsets 时我的 UIButton 的标题在中间被截断?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63444915/

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