THSpringyCollectionView icon indicating copy to clipboard operation
THSpringyCollectionView copied to clipboard

A memory and CPU efficient implementation of a collection view with cells that bounce around like they do in the iOS 7 messages app

Results 12 THSpringyCollectionView issues
Sort by recently updated
recently updated
newest added

I've tried with many sample projects like this one and all of them are broken in ios 8. The cells move around in a very weird way. Please let me...

I have this problem in implementing sticky headers: https://stackoverflow.com/questions/25099337/slow-performance-uicollectionviewflowlayout-with-uikitdynamics-and-sticky-header

if I add header to the collection view, the first cell of the collection view is not presented self.myCollectionView.collectionViewLayout.headerReferenceSize = CGSizeMake(self.feedCollectionView.frame.size.width, 250) *Swift

Starts lagging really badly after 100 cells. Did some debugging, found out that PrepareLayout gets called like every 0.01 second on scrolling... in other words, collectionview asks for all cells...

The custom class on `cellIdentifier` was what was responsible for the runtime error from the nib loading system. (Fixes https://github.com/tristanhimmelman/THSpringyCollectionView/issues/9)

when i insert a item , it will crash , this is my log **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'no UICollectionViewLayoutAttributes instance for -layoutAttributesForItemAtIndexPath: {length =...

`UICollectionView recieved layout attributes for a cell with an index path that does not exist`

Works ok until you try to load a 1000 or more rows

When I run the demo project, Execution completed but there is error saying: 2014-02-27 16:50:32.330 THSpringyCollectionView[1073:60b] Unknown class cellIdentifier in Interface Builder file. ![demo_project_result](https://f.cloud.github.com/assets/1691889/2281701/62e0d520-9fa1-11e3-8248-313384f6de51.png)