gpt4 book ai didi

swift - 'Set' 没有名为 'anyObject' 的成员

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

<分区>

今天我用 Swift 1.2 更新了 xcode 我的代码在 Swift 1.1 上运行良好但是当我更新时我得到了这个错误:

'Set' does not have a member named 'anyObject'

这是我的代码:

override public func touchesMoved(touches: Set<NSObject>, withEvent event: UIEvent) {
let location:CGPoint? = touches.anyObject()?.locationInView(self)
if let loc = location {
if (!CGRectContainsPoint(ScaleRect(self.bounds, n: 2.0), loc)) {
self.highlighted = false
}
}
}

你们知道我该如何解决这个问题吗?

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