I would like to highlight a word on touch, like this:
I managed to do it with spritekit/swift by splitting the words from a string into an array and then adding them to labels with a spritenode behind it. So when I tap on it it changes the color.
I would really like to know if there is a better way of doing this here?