Hi Aren,
I'm a newbie for NGUI here. I tried to use a scroll view and found that there is an unexpected behavior similar to nerophon post here, has this issue been fixed? if not how can I fix it?
Hi,
We love the CenterOnChild behavior and are using it to tween our scrollView. Sadly, however, if a user taps / clicks during the tween, the tween is canceled (or overridden?) and the scrollView stops where it is. It does not even snap back to the nearest child.
How can we prevent this behavior? We want the scrollView to NOT stop tweening due to a user press, but a user swipe should still override it with a new tween in the new swipe direction.
Many thanks!
Nick
From my expectation
- pressing should stop tweening
- release should continue tweening
- swipe should override the tween
Thanks in advance