CardsLayout icon indicating copy to clipboard operation
CardsLayout copied to clipboard

Card Swipe not working

Open Hamza123Imran opened this issue 5 years ago • 0 comments

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.

Hamza123Imran avatar Dec 04 '19 18:12 Hamza123Imran