This question is based off of Example 8 in the NGUI Tutorials: Scroll View (Camera)
I've adapted this technique to something of my own but I'm having trouble snapping to each image.
In the example you have a list of "items" that you can scroll through. Is there an easy built in way to just move to the next item in position? Ultimately I would like to swipe to scroll to the next item in the list of items, but not pass that item until the user swipes again. So swipe, move camera to next item in position, snap camera to that item. Swipe again move camera to next item in position... etc.
Is this possible with any NGUI features or do I have to write something to achieve this?
Thanks!
-Stingman