upgrade
This commit is contained in:
@@ -100,9 +100,11 @@ public class CLUIScrollViewWithEvent : UIScrollView
|
||||
if (movement == Movement.Vertical && totalDelta.y <= 0)
|
||||
{
|
||||
ResetPosition();
|
||||
//RestrictWithinBounds(false);
|
||||
} else if (movement == Movement.Horizontal && totalDelta.x >= 0)
|
||||
{
|
||||
|
||||
//RestrictWithinBounds(false);
|
||||
ResetPosition();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user