I have a vertical collectionView, and cell which height is collectionView.height*0.9
in this case when I am setting collectionView.isPagingEnabled
to true, after scrolling it moves to next page not to next cell.
I have tried almost all solutions mentioned here, with customLayouts
, other libs, but all of them dont have enough smoothness while scrolling, or sometimes moves 2 cells while scrolling.
Is there any method to change collectionView page size?