MSPeekCollectionViewDelegateImplementation v1.3.0 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
    • ➕ Added minimumItemsToScroll

    minimumItemsToScroll is the number of items that the user will scroll when the scroll distance is greater than the threshold. This is quite useful when you have multiple cells showing at once and you need to do a paging behavior.

    For example, let's say I'm showing 2 items at the same time, but I still want to have some kind of paging behavior by scrolling to another 2 items without the need to scroll 1 item at a time. This can be achieved by setting the number of items to show to 2 and minimum items to scroll to 2