TeehanLax / UICollectionView-Spring-Demo

A demonstration of UICollectionView and UIKit Dynamics
MIT License
473 stars 71 forks source link

No known instance method for selector 'indexPath' #23

Open bespalown opened 8 years ago

bespalown commented 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'

ostatnicky commented 8 years ago

This pull request is fixing this https://github.com/TeehanLax/UICollectionView-Spring-Demo/pull/18