OK, what's going on with Swift 1.2? I recently updated and suddently my project is all red. Has the compatibility with NSSets been removed or what? How do I fix this?
override func touchesBegan(touches: NSSet, withEvent event: UIEvent) {
results to:
Overriding method with selector 'touchesBegan:withEvent:' has incompatible type '(NSSet, UIEvent) -> ()'