My app has the error with iOS9:
when I use the method:
NSIndexPath *indexPath = [self.collectionView indexPathForItemAtPoint:self.collectionView.contentOffset];
At iOS7/iOS8, path = 547 - 0
But iOS9, path = 546 - 36
so I get a different section
I don't know why??