I want to draw the line from the bottom right corner of the screen to where the screen is touched using SpriteKit and update the line as the touch position changes. So there's only ONE line on the screen.
I've tried creating a SKShapeNode and update the "path" property as the touch position changes, but that doesn't seem to be very efficent