1
NGUI 3 Support / Is "UIScrollView.isDragging" working when Smooth Drag Start is off?
« on: July 15, 2014, 01:43:38 AM »
Hi,
I'm wondering if "UIScrollView.isDragging" is working when Smooth Drag Start is off.
I think it's not, because
is inside
I'm wondering if "UIScrollView.isDragging" is working when Smooth Drag Start is off.
I think it's not, because
- mDragStarted = true;
is inside
- smoothDragStart && !mDragStarted
