Hi Aren,
Thanks for your clarification on my previous post regarding the limitations. I have another question regarding scroll view. Is it possible when the dragging ends, it will center to the nearest child object?
Eg. I have 2 instruction page and the user is to swipe left or right to view the pages. When the user swipe left it shld go to the next page and not stay in the middle of the 2 pages. I have a scroll bar that I have set the value to 2. It works perfectly when i use the scroll value but not in the case when the user drags the child object.
Hope you understand what I explained. Thanks in advance
EDIT:
I have found the solution to this.
Decided to add the solution here for those who are looking for it as well. This is what my hierarchy looks like now:
UIScrollView
- UIGrid , UICenterOnChild
~ UIDragScrollView Objects
~ UIDragScrollView Objects
For more information, look at ngui scene example 7