I am rolling my own scrollView with a Macaw view at its center and do not yet understand everything about events in swift. It's possible I broke something somewhere UIView related:
When I set a onTouchesMoved handler on multiple node elements only the one on the first node touched will be triggered.
Is there a way to get this right so that I can get a continuous stream of nodes that are under the finger's location?
Or am I doing something wrong and that should work out of the box? I used the PeriodicTable example and could not get it to work there either