KelvinJin / AnimatedCollectionViewLayout

A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
MIT License
4.74k stars 350 forks source link

Scroll by button tap #59

Open Yavorskyy408 opened 4 years ago

Yavorskyy408 commented 4 years ago

Hi. I trying to add the possibility for scroll left/right by a button tap. It is possible? Please help someone.

In "#selector" i put code below, but it not work :

mainCollection.scrollToItem(at: IndexPath(item: item, section: 0), at: .centeredHorizontally, animated: true)

Thanks

updev0612 commented 3 years ago

please diable pagination in collectionView