Drag gesture — get position of finger from finger's origin AND allow scrolling in ScrollView – Ios swift
I am trying to get the position of the finger during a drag gesture (from an origin point of where the finger first began the drag). I want to do this while simultaneously allowing for scrolling within a ScrollView. I…