gpt4 book ai didi

ios - 自动布局未按预期工作

转载 作者:行者123 更新时间:2023-11-29 10:41:07 25 4
gpt4 key购买 nike

我正在尝试使用自动布局构建应用程序。使用 Storyboard 和编程方式进行了尝试,但没有成功。 View 未按预期运行。

这是输出屏幕。 (针对 iOS7)

This is the output screens.

问题:我希望绿色按钮正好位于红色按钮上方,垂直间隙为 10px。但是红色按钮在 3.5 英寸显示屏上重叠,在 4 英寸显示屏上是正确的。

下面是我试过的代码。

        [self.btnGreen setTranslatesAutoresizingMaskIntoConstraints:NO];

[self.viewContainer addConstraint:[NSLayoutConstraint constraintWithItem:self.btnGreen attribute:NSLayoutAttributeHeight relatedBy:NSLayoutRelationEqual toItem:self.viewContainer attribute:NSLayoutAttributeHeight multiplier:1.0 constant:100.0]];


[self.viewContainer addConstraint:[NSLayoutConstraint constraintWithItem:self.btnGreen attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:self.viewContainer attribute:NSLayoutAttributeWidth multiplier:1.0 constant:100.0]];

我已引用以下链接:1) Apple guideline2) http://matthewmorey.com/3) Also this one

但没有得到想要的输出。

任何帮助将不胜感激。

最佳答案

尝试图所示的这些约束:enter image description here

关于ios - 自动布局未按预期工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24503266/

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