zepojo / UPCarouselFlowLayout

A fancy carousel flow layout for UICollectionView on iOS.
MIT License
1.66k stars 236 forks source link

How to close Infinite Scrolling #53

Closed atalayasa closed 5 years ago

atalayasa commented 5 years ago

I double checked everything but when I reach to end collection view cell and continue dragging it returns the first one and it causes index out of bound exception because page size is continuing increasing. I do not know how I enabled this feature but I need to understand how to close? Thanks anyone who can help.

SOLUTION It is my mistake I specified 3 numberOfSections of collection view so that it is showing the beginning of list.