While studying iOS6 new features I got a question about UICollectionView. I am currently testing it with Flow layout and the scroll direction set to horizontal, scrolli
Simple Swift
public func scrollViewDidEndDecelerating(scrollView: UIScrollView) { pageControl.currentPage = (collectionView.indexPathsForVisibleItems().first?.row)! }
UIScrollViewDelegate is already implemented if you implement UICollectionViewDelegate
UIScrollViewDelegate
UICollectionViewDelegate