Hi There,
I have scroll view, with the following go hierarchy:
ScrollView
UIWrapContent - UICenterOnChild
item1
item2
.
item10
I want the scroll view to scroll too much on a small swipe in finger.
so that on a very small swipe by user, I want the scroll view to scroll to next item
Thanks for help.