I\'m working with sprite kit and if the user touches the screen, the actions within
override func touchesBegan(touches: NSSet, withEvent event: UIEvent) {
Try to get the view from the touch object and then dissable the user interaction on it.
touch.view.isUserInteractionEnabled = false