MSPeekCollectionViewDelegateImplementation v3.0.1 Release Notes

Release Date: 2019-12-13 // over 4 years ago
  • ➕ 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