UICollectionView部分索引

时间:2013-11-24 02:21:52

标签: iphone objective-c uicollectionview

如果在UICollectionview中滚动标题部分超过navigationitem时,如何知道不可见的标题部分的索引?

1 个答案:

答案 0 :(得分:0)

你可以使用view.window属性,如果它的nil意味着它不可见。 由于Collection视图重新使用视图,因此您需要检查哪个最后一个标题视图可见 而是减去一个。

1) For the UIViews which are visible get the min index.
2) All the view above it are not visible.