This code in XCode 6 does not have error but in XCode 7 (Swift 2) this error has occurred :
Method does not override any method from its superclass
Just delete the override it will works.
func touchesBegan(touches: Set, withEvent event: UIEvent) { /* Called when a touch begins */ }