Open jakunico opened 10 years ago
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.