Moving SpriteKit Node with Touch Gestures only moves one point with each new touch – Ios swift
I have a SpriteKitNode that I want to move around my scene when I touch it and drag it. I have a touchesBegan method that detects if the particular node I want to move is being touched: var selectionBoxIsTouched: Bool!…