Thanks for that. Will give that one a go. I am able to simulate the snap effect using the following
for p = 60, 0, -1 do scrollView:scrollToPosition({x= p, time=500}) end
How ever when this is tacked onto the end of another ‘finger’ induced snap it gets ignored. I will try the scrollTo and see if I can get anywhere with it.
In case you’re wondering what I’m trying to do… I am setting my business app to go from one record to another with horizontal scrolls or swipes on the details page. I have it all working but the visual effect is not pleasing. Once you pull the scrollview to the right and let go it snaps back and gets replaced with the new record. I want to let the new record snap in from the other direction so that it looks like a new record coming in from the direction you pulled the original record. Apologies if this is not very clear.