Open bespalown opened 8 years ago
return [itemsIndexPathsInVisibleRectSet containsObject:[[[behaviour items] firstObject] indexPath]] == NO;
and [self.visibleIndexPathsSet removeObject:[[[obj items] firstObject] indexPath]]; [self.visibleHeaderAndFooterSet removeObject:[[[obj items] firstObject] indexPath]];
No known instance method for selector 'indexPath'
This pull request is fixing this https://github.com/TeehanLax/UICollectionView-Spring-Demo/pull/18
return [itemsIndexPathsInVisibleRectSet containsObject:[[[behaviour items] firstObject] indexPath]] == NO;
and [self.visibleIndexPathsSet removeObject:[[[obj items] firstObject] indexPath]]; [self.visibleHeaderAndFooterSet removeObject:[[[obj items] firstObject] indexPath]];
No known instance method for selector 'indexPath'