gpt4 book ai didi

ios - swift 3 错误 [_SwiftValue nsli_superitem]

转载 作者:IT王子 更新时间:2023-10-29 05:47:13 24 4
gpt4 key购买 nike

在 swift 3 转换后我一直收到这个错误。

'NSInvalidArgumentException', reason: '-[_SwiftValue nsli_superitem]: unrecognized selector sent to instance 0x600000a54820'

有问题的代码是这样的,它可以很好地与 swift 2 配合使用:

let views = ["newView": userLabel]
let widthConstraints = NSLayoutConstraint.constraints(withVisualFormat: "H:[newView(0)]", options: NSLayoutFormatOptions(rawValue: 0), metrics: nil, views: views)
userMainLabel.addConstraints(widthConstraints)

最佳答案

这是 swift 3 的问题,其中字典被视为 [String: UIView?]

解决方法是将类型指定为非可选

let views: [String: UIView] = ["newView": userLabel]

关于ios - swift 3 错误 [_SwiftValue nsli_superitem],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39622996/

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