greenappleball
Results
1
comments of
greenappleball
Hi! You can try something like: ``` func scrollToNextPage() { guard var currentPage = collectionView.centeredIndexPath?.row else { return } if currentPage > collectionView.numberOfItems(inSection: 0) - 2 { currentPage = 0...