gpt4 book ai didi

iOS 自动布局更改前导和尾随空格

转载 作者:IT王子 更新时间:2023-10-29 08:17:58 28 4
gpt4 key购买 nike

我有一些关于自动布局的问题,希望你们中的一些人能帮助我 =)。

我将一个 UIView 添加到一个空的 View Controller 中,如下所示: enter image description here

然后我为前导和尾随空格添加约束,如下所示:

enter image description here

结果是:

enter image description here

我不明白为什么它将它们设置为等于 -16.0。如果我将这些值更改为 0,则 Xcode 会提示灰色 UIView 的宽度。

当我在 iPhone 5 模拟器上运行应用程序时,它看起来不错: enter image description here

但是,当我在 iPhone 6 Plus 模拟器上运行该应用程序时,它会在左侧和右侧添加空白区域:

enter image description here

无论屏幕有多大,我都不希望灰色的 UIView 从左到右有任何空间。我该如何解决?谢谢!

最佳答案

双击约束并打开它。选择第一项或第二项并取消选择“相对于 margin ”。然后将常量设置为 0。

Xcode 显示 -16,因为它是根据边距而不是边缘计算空间。

查看以下链接以获取有关边距的更多信息。 Editing Auto Layout Constraints

enter image description here

关于iOS 自动布局更改前导和尾随空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26447266/

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