gpt4 book ai didi

swift - 如何快速调用按钮高度

转载 作者:行者123 更新时间:2023-11-28 05:56:27 29 4
gpt4 key购买 nike

我正在尝试调用一个按钮高度,以便我可以动态设置 y 位置等于动态查看方式,大小将保持不变。我找不到如何调用高度。我正在尝试做这样的事情:

    UIView.animate(withDuration: 0.5, animations: {
self.blurryVeiw.frame = CGRect(x: 0, y: (screenHeight - **buttion height**), width: screenWidth, height: 400)
}) { (finished) in

}

最佳答案

假设您有一个名为myButtonUIButton。您可以通过 myButton.frame.size.height

获取它的高度

关于swift - 如何快速调用按钮高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51345000/

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