I\'m working with sprite kit and if the user touches the screen, the actions within
override func touchesBegan(touches: NSSet, withEvent event: UIEvent) {
In Swift 3.0 is:
self.view.isUserInteractionEnabled = false