gpt4 book ai didi

ios - 如何改变 UIView 的大小?

转载 作者:行者123 更新时间:2023-11-28 10:23:47 25 4
gpt4 key购买 nike

我需要更新 UIView 大小。

现在我用

var titleSize = CGRectMake(0, 30, 40 , 1000)

self.contentCoverScrollView.frame = titleSize

在 viewDidLoad 中,但没有任何反应。

最佳答案

在 Autolayout 中,如果您想更改框架,请尝试使用约束(NSLayoutConstraintIBOutlet)。

enter image description here

设置约束导出并更改 constant 值:

self.sampleConstraint.constant = 20
self.view.layoutIfNeeded()

关于ios - 如何改变 UIView 的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30478015/

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