screen adjust
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user