I would like to create draggable ruler - which when drag increments a counter above.
I understand i will need to use a UIScrollView. However I am unsure as to how to increase a counter when the scroll view dragged to the left, and decrease a counter when dragged to the right? Is there a way to measure this?
Aesthetically, I would also like the UIScrollView to be "tape measure styled" which repeats continuously when dragged. Theoretically I need to continuously repeat an image however in concept am unsure. Could there be a better way?