gpt4 book ai didi

iphone - 如何在任何设备的 UIView 中间水平和垂直放置一个按钮?

转载 作者:太空狗 更新时间:2023-10-30 03:47:01 30 4
gpt4 key购买 nike

我有一个 UIButtonRoundedRectType 类型的 UIButton,我想将其水平和垂直放置在屏幕中间。

我已经尝试通过硬编码数字来做到这一点,但是当在 iPhone 和 iphone(视网膜)上运行时,这会回头看。我想通过计算容器的宽度以编程方式将按钮保持在中心。

所以,我试过了,但没有用。

container = view.frame.size
button = UIButton.buttonWithType(UIButtonTypeRoundedRect)
button.frame = [[container.width/2-button.frame.size.width/2,150], [280,50]]

最佳答案

简单的方法:

button.center = view.center;

关于iphone - 如何在任何设备的 UIView 中间水平和垂直放置一个按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15955969/

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