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'd like to disable the dynamic behaviour when using [UICollectionView scrollToItemAtIndexPath:atScrollPosition:animated:] but activate it again for when a user scrolls.
Is there a way to do this?
Many thanks,
Nicolás.
The text was updated successfully, but these errors were encountered:
That's actually a little tricky ... easiest way might be to make a corresponding, non-dynamic layout, such that it has the same placement but doesn't "bounce". Then, you'd have to change the layout, scroll, and then change it back once the scrolling is complete.
Hi,
I'd like to disable the dynamic behaviour when using [UICollectionView scrollToItemAtIndexPath:atScrollPosition:animated:] but activate it again for when a user scrolls.
Is there a way to do this?
Many thanks,
Nicolás.
The text was updated successfully, but these errors were encountered: