iOS6 UICollectionView and UIPageControl - How to get visible cell?

后端 未结 7 2078
甜味超标
甜味超标 2020-12-02 12:37

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

相关标签:
7条回答
  • 2020-12-02 13:15

    I struggled with this for a while as well, then I was advised to check out the parent classes of UICollectionView. One of them happens to be UIScrollView and if you set yourself up as a UIScrollViewDelegate, you get access to very helpful methods such as scrollViewDidEndDecelerating, a great place to update the UIPageControl.

    0 讨论(0)
提交回复
热议问题