ASHSpringyCollectionView
ASHSpringyCollectionView copied to clipboard
Just checked this project out on Xcode 7.3, and, a fresh build gives me two compiler errors: ``` ASHSpringyCollectionViewFlowLayout.m:55:106: error: no known instance method for selector 'indexPath' BOOL currentlyVisible =...
I wrote the combination of UICollectionView and UIDynamics in swift as an exercise. It even contains the same comments as the original one (written in Objective-C).
I've been using the flow layout code from this tutorial for awhile now as a base for adding UIKit Dynamics to my collection views in small side projects, however I...
in ASHSpringyCollectionViewFlowLayout.m, if self.itemSize is set to a float value, the rectangles would make a circle movement when scrolling. like this: 
I use the ASHSpringyCollectionView in my project. It works prefect.but It has a bed bug:when the content height less than screen height,the ASHSpringyCollectionView can't scroll!hope you can solve it,thanks~