filletofish / CardsLayout

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

Card Swipe not working #19

Open Hamza123Imran opened 4 years ago

Hamza123Imran commented 4 years ago

Hi, i have implemented lib in my app now when i try to swipe card they aren't working not even its selection function is working, it looks like it get stuck, other application is working fine but CardsLayout is stuck, how can i resolve this? My code for calling CardsLayout is this, //Collection View Reload self.knowledgeCollectionView.collectionViewLayout = CardsCollectionViewLayout() self.knowledgeCollectionView.isPagingEnabled = true self.knowledgeCollectionView.showsHorizontalScrollIndicator = false

I have passed it to my collection view, at first it was working now i have tried code after a long time it get stuck. Please help me in this.