You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got an application that uses two UIScrollViews side-by-side.
If I begin scrolling the left-side scrollview and move my cursor to the right, the right-side scroll view has the momentum from the left-side scrollview applied.
You can also reproduce a similar issue by scrolling a large UIScrollView and moving your cursor outside of the view. The scrollview suddenly stops scrolling even though it should continue.
The text was updated successfully, but these errors were encountered:
I've got an application that uses two UIScrollViews side-by-side.
If I begin scrolling the left-side scrollview and move my cursor to the right, the right-side scroll view has the momentum from the left-side scrollview applied.
You can also reproduce a similar issue by scrolling a large UIScrollView and moving your cursor outside of the view. The scrollview suddenly stops scrolling even though it should continue.
The text was updated successfully, but these errors were encountered: