2016-03-05 69 views

回答

1

如果Set沒有AnyObject方法。 NSSetanyObject,但touchesBegan方法現在使用Swift Set而不是基礎NSSet

現在,你可以做:

if let location = touches.first?.locationInView(self) { ... } 
相關問題