gpt4 book ai didi

ios - 如何更改添加到 Storyboard 中的 UIView 的中心?

转载 作者:行者123 更新时间:2023-11-30 13:12:31 25 4
gpt4 key购买 nike

我通过 Storyboard 添加了一个 UIButton 和一个 UIView,并创建了它们的 IBOutlet

@IBOutlet weak var popUpView: UIView!
@IBOutlet weak var nextButton: UIButton!

当我尝试更改centerframe时,它不起作用:

override func viewDidAppear(animated: Bool) {
super.viewDidAppear(animated)
popUpView.center = CGPoint(x:50,y:50)
nexButton.frame = CGRect(x: 0, y: 50, width: 100, height: 100)
}

但这有效:

nextButton.layer.cornerRadius = 0.2 * nextButton.bounds.size.width

最佳答案

我添加了底部约束的导出,并更改它。谢谢@Bharat Modi

关于ios - 如何更改添加到 Storyboard 中的 UIView 的中心?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38581345/

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