gpt4 book ai didi

ios - 为什么当我将 "translatesAutoresizingMaskIntoConstraints"设置为 true 时约束中断,ChangeSizesInRunTime?

转载 作者:搜寻专家 更新时间:2023-10-31 22:24:28 27 4
gpt4 key购买 nike

据我所知,translate auto resizing mask 限制了它允许我以编程方式设置 View 框架

我刚刚将 translatesAutoresizingMaskIntoConstraints 设置为 true,为什么约束会提示?

最佳答案

translatesAutoresizingMaskIntoConstraints = true它告诉自动布局将框架设置和 .autoresizingMask 属性转换为约束。为什么向您弹出此警告?因为这一行将框架布局转换为约束,在这种情况下,编译器已经删除了所有旧约束并开始转换框架以约束它以仅找到高度约束它仍然需要对 X、Y 有两个约束才能消除警告您仍然必须提供有效的框架以避免冲突/破坏约束警告。

关于ios - 为什么当我将 "translatesAutoresizingMaskIntoConstraints"设置为 true 时约束中断,ChangeSizesInRunTime?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53304115/

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