This commit is contained in:
2020-08-01 17:55:18 +08:00
parent 29a8a1dae3
commit 4435098171
160 changed files with 21247 additions and 2405 deletions

View File

@@ -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();
}
}
}