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
{{ message }}
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
A collection view will scroll in both directions if the content size of the collection view is larger than the bounds of the screen.
The collection view's content size is determined by the delegate method collectionViewContentSize.
Here's a quick way to ensure that the collection view does not scroll horizontally. You can copy and paste this into the CustomCollectionViewLayout project.
I find that if you touch fastly and move diagonally, even if I set
Direction Lock Enabled
, the table still scroll in both two direction.any ideas?
thanks for you time.
The text was updated successfully, but these errors were encountered: