screen adjust

This commit is contained in:
2020-07-11 10:57:19 +08:00
parent 19eaa467e9
commit f563839566
20 changed files with 713 additions and 549 deletions

View File

@@ -97,7 +97,13 @@ public class CLUIScrollViewWithEvent : UIScrollView
else
{
Utl.doCallback(hideRefreshFlag);
ResetPosition();
if (movement == Movement.Vertical && totalDelta.y <= 0)
{
ResetPosition();
} else if (movement == Movement.Horizontal && totalDelta.x >= 0)
{
}
}
}
else