gpt4 book ai didi

ios - 无法在 swift 2 中转换类型为 '[NSLayoutConstraint]' 的值错误

转载 作者:IT王子 更新时间:2023-10-29 05:22:21 25 4
gpt4 key购买 nike

我想通过添加这行代码来向 UIImageView 添加约束:

addConstraint(NSLayoutConstraint.constraintsWithVisualFormat("H:|[v0]|", options: NSLayoutFormatOptions(), metrics: nil, views: ["v0": userProfileImageView]))

但是 xcode 告诉我这个错误:

enter image description here

我该如何修复这个错误?

最佳答案

使用addConstraints,而不是addConstraintconstraintsWithVisualFormat 返回一个数组。

您的代码变为:

addConstraints(NSLayoutConstraint.constraintsWithVisualFormat("H:|[v0]|", options: [], metrics: nil, views: ["v0": userProfileImageView])

关于ios - 无法在 swift 2 中转换类型为 '[NSLayoutConstraint]' 的值错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38846655/

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