I've been looking for the answer for a few hours now and I can't really figure out what is wrong.
I have a collectionview with 1 row of items that I can scroll.
I wish to have an event firing when the user releases the finger so I can snap one of the collectionview items to the top of the screen.
TouchesEnded only fires when user 'touch and release', and not 'drag and release'. TouchesMoved only fires a few pixels, and then it stops?
Really have no idea where to find the answer for this.