gpt4 book ai didi

swift - 我可以在 Storyboard 上设置偏移位置吗?

转载 作者:行者123 更新时间:2023-11-28 15:45:30 25 4
gpt4 key购买 nike

我可以在 Storyboard 上像下面这样写代码吗?

let button = UIButton()
button.titleLabel.center = CGPoint(x:button.titleLabel.center.x, y:button.titleLabel.center.y + 30)

最佳答案

查看 UIEdgeInsets 和 UIButton 属性 titleEdgeInsets

button.titleLabelInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 30)

根据您的确切需求和代码,这应该可以满足您的需要。 (仅供引用 - 还有一个 imageEdgeInsets。)

关于swift - 我可以在 Storyboard 上设置偏移位置吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43131684/

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