gpt4 book ai didi

ios - AutoLayout - 以编程方式添加约束使应用程序崩溃

转载 作者:行者123 更新时间:2023-12-01 19:04:24 25 4
gpt4 key购买 nike

我遇到了 AutoLayout 的问题,这让我非常头疼。我使用 Autolayout 在 .xib 中设置了 ScrollView 和容器 View 。我需要动态地将 subview 添加到容器 View 中,并试图让它们与自动布局一起玩得很好。这不顺利...

这是我要完成的工作的图片:
enter image description here

所以滚动查看 容器层 已经在 xib 中设置了自动布局并查看 1-3 我正在尝试以编程方式添加。我的第一种方法是:
[containerView addConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-20-[viewOne]" options:0 metrics:nil views:NSDictionaryOfVariableBindings(viewOne)]]
这导致:

Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)

(
"<NSLayoutConstraint:0x9d84de0 H:|-(20)-[UIView:0x9d922e0] (Names: '|':UIView:0x9d91fb0 )>",
"<NSAutoresizingMaskLayoutConstraint:0x9d9fe90 h=--& v=--& UIView:0x9d922e0.midX ==>"
)


我也尝试过使用 constraintWithItem:attribute:relatedBy:toItem:attribute:multiplier:constant但我正在努力让它以我想要的方式工作。我在做一些根本错误的事情吗?

斯蒂芬

最佳答案

另一个可能的原因:使用乘数 0 而不是 1...

关于ios - AutoLayout - 以编程方式添加约束使应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20640206/

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