gpt4 book ai didi

ios - 约束使宽度等于另一个

转载 作者:行者123 更新时间:2023-11-28 06:10:55 25 4
gpt4 key购买 nike

我遇到了一个问题,我想要一个 View (indicatorView) 的宽度等于一个按钮。我正在使用 Snapkit 但我认为这个问题也应该与裸 NSLayoutConstraint 相关。这是我为使 indicatorView 的 宽度等于 button 所做的操作。

indicatorView.width.equalTo(button.snp.width)

但是,这会使按钮的宽度等于 indicatorView 的宽度,而不是使 indicatorView 的宽度等于按钮的宽度。

如何指定关系的方向?这可能吗?

最佳答案

indicatorView.translatesAutoresizingMaskIntoConstraints = false
indicatorView.widthAnchor.constraint(equalToConstant: button.widthAnchor).isActive = true

关于ios - 约束使宽度等于另一个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46636926/

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