Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
First Baseline和Last Baseline属性对 a 的子视图有什么影响UIStackView?
UIStackView
一般来说,有人可以说明这些值的实现吗?
假设您有一个两行文本视图(或字段或标签或按钮)和一个三行文本视图,并将它们添加到水平堆栈视图。你想对齐他们的第一行还是最后一行?这就是区别。
.FirstBaseline:
.FirstBaseline
.LastBaseline:
.LastBaseline
注意:我将垂直内容拥抱和抗压缩优先级增加到 1000(必需)以使其正常工作。