GravitySlider
GravitySlider copied to clipboard
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout.
`Hi ApplikeySolutions, Unfortunately, I ran into a Problem with GravitySlider using Swift 4.1 on XCode 10.1: > TIMESTAMP MYAPP[4843:192324] Logging only once for UICollectionViewFlowLayout cache mismatched frame TIMESTAMP MYAPP[4843:192324] UICollectionViewFlowLayout...
When scrolling horizontally, the speed of scrolling is too fast, and there's no pagination. Is there some way to slow the scrolling speed or adding paging ?
How can I tell collectionview go to next in this library ? Thank you
Hey guys, just to make sure this pod works on Swift 4 you need to update this. `UICollectionViewScrollDirection` to `UICollectionView.ScrollDirection`and change `fabs` to `abs`. Regards.
Hi, Thanks for this great framework. Are you willing to support Carthage for this framework?