3.0.1
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