0

是否可以通过 Interface Builder 使 UIView 自动调整其高度以适应 StackView?我想在 StackView 上放一个背景,但只要不可能,因为 StackView 不可渲染,我在 UIView 中使用它,但 XCode 抱怨高度限制。

非常感谢![在此处输入图像描述] 1

4

2 回答 2

0

You need to constraint top, bottom, leading, trailing of the UIView to the UIStackView, and nothing more.

于 2016-07-18T13:23:18.877 回答
0

嗯,有时答案是如此明显,以至于我们看不到它。我刚刚将UIView高度约束设置为StackView的高度,它就像一个魅力!

于 2016-07-18T13:38:37.290 回答