gpt4 book ai didi

xcode - IOS 自动布局动态前导和尾随约束

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

我们如何设置动态前导和尾随约束,就像我们通过屏幕尺寸的百分比给出动态宽度和高度一样。

最佳答案

尝试这个
在您的 viewController 中添加以下属性

@property (strong, nonatomic) IBOutlet NSLayoutConstraint *cnstViewLeading;
@property (strong, nonatomic) IBOutlet NSLayoutConstraint *cnstViewTrailing;

然后用你的前导和尾随设置 Outlet ......






像这样使用
//    replace value whatever you want with 0
self.cnstViewLeading.constant = 0;
self.cnstViewTrailing.constant = 0;

关于xcode - IOS 自动布局动态前导和尾随约束,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36832030/

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