gpt4 book ai didi

swift - ForceFully 将 View 高度设置为零

转载 作者:行者123 更新时间:2023-11-28 15:35:37 26 4
gpt4 key购买 nike

我有一个包含许多 subview 的 View 。 View 的高度取决于 subViews 的高度。但在某些情况下,我希望 View 的高度为 0 而不管其 subView 的高度。我要做到这一点。例如,有一个名为 view 的 View ,它有 2 个 subView(image and label) view1view2。约束是这样的。

 view1.top = view.top + 1
view1.height = 30
view2.top = view1.bottom
view.bottom = view2.bottom.

最佳答案

我认为您正在寻找的是 heightAnchor。

https://developer.apple.com/reference/uikit/uiview/1622590-heightanchor

view.heightAnchor.constraint(equalToConstant: 0).isActive = true

关于swift - ForceFully 将 View 高度设置为零,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44325264/

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