gpt4 book ai didi

Swift+xcode - 根据需要自动布局高度

转载 作者:行者123 更新时间:2023-11-30 12:44:20 26 4
gpt4 key购买 nike

我是 swift 新手,所以我不熟悉自动布局。我有一个形象。图像右侧是一个标签。到右侧标签的距离应该是 8。而且我在图像下方有一个标签。这里距离也应该是8。

我希望图片现在能够自动调整大小。但在图片上你可以看到它告诉我约束存在问题。可能是因为我没有告诉图像始终使 View 中的图片尽可能宽,而不是看看它需要多高。但我也不知道如何添加这样的约束。你能帮我吗?

wrong constraint picture

图像左上角的约束:

scissor.top = topMargin (so 0 to top)
scissor.leading = leadingMargin (so 0 to left)

剪刀和底部标签之间的约束:

label.top =scissor.bottom + 8 (so distance of 8 between them)

底部标签的约束:

label.bottom = bottomMargin (distance of 0 to bottom)
label.leading = leading.Margin (so dostance of 0 to the left)

右侧标签和剪刀之间的约束:

articleLable.leading = scissor.trailing + 8 (so distance of 8)

右侧标签的约束:

articleLable.top = topMargin
articleLable.trailing = trailingMargin

最佳答案

您需要约束 imageView,因为 x-Code 不知道“尽可能宽”的含义。我假设您的意思是 imageView 的左侧和 Cell 的左侧相同,并且 imageView 和 Cell 的顶部相同。添加这两个约束应该可以解决问题。

关于Swift+xcode - 根据需要自动布局高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41824738/

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