在 Storyboard中,您可以将约束的 constant
属性设置为标准值。有没有办法从代码中做到这一点?
最佳答案
您可以使用 视觉格式语言 获得标准值。如果您使用语法:
[view][view]
你的意见的边缘将被连接,但如果你使用这个:
[view]-[view]
它们将用标准值的空格分隔。有关这方面的信息可以在 the documentation 中找到。
关于ios - 来自代码的 NSLayoutConstraint 常量标准值,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/28873377/