Skip to content

3.0.1

Choose a tag to compare

@MaherKSantina MaherKSantina released this 13 Dec 06:19
· 16 commits to master since this release

Added scrollToItem function on the behavior. You can now do something like:

behavior.scrollToItem(at: 1, animated: true)

It's recommended to use this function instead of the collection view's scrolling function because we're using a custom collection view layout and the calculation is different