Created
February 22, 2019 14:16
-
-
Save Fedenieto90/e490adcb6df43feaefcfe9e57f1703f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func changeNodeColor(nodeTag : String) { | |
svgView.node.nodeBy(tag: nodeId)?.onTouchPressed({ (touch) in | |
//Add an action to execute when specific node was touched | |
//Change node color | |
self.changeNodeColor(nodeTag: nodeId) | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment