MSPeekCollectionViewDelegateImplementation icon indicating copy to clipboard operation
MSPeekCollectionViewDelegateImplementation copied to clipboard

A custom paging behavior that peeks the previous and next items in a collection view

Results 15 MSPeekCollectionViewDelegateImplementation issues
Sort by recently updated
recently updated
newest added

Hey, there's an issue when switching orientation. When I tried to select programmatically a cell, the selected cell is scrolled weirdly Here is my codes: `var selectedItemIndex = 0` ```...

Currently, the safe area is ignored. If a collection view is rendered on an iPhone X in landscape, the cells under run the safe area. A workaround is to add...

bug

Add a segmented control in example for changing between vertical and horizontal collection view layouts

good first issue