filletofish / CardsLayout

:star: Custom card-designed CollectionView layout
MIT License
856 stars 62 forks source link

Disable swipe to previous card #14

Closed andynadheer closed 5 years ago

andynadheer commented 5 years ago

Is there a way to only swipe to next card? The user should not be able to scroll back to previous card. Also, is there a way to swipe away the last card?

filletofish commented 5 years ago

Hi @andynadheer. Thank you for considering the library.

You can take a look at these options or just google 'locking left right directions scrollview' once UICollectionView is inherited from UIScrollView.