ASHSpringyCollectionView icon indicating copy to clipboard operation
ASHSpringyCollectionView copied to clipboard

The ASHSpringyCollectionView can't scroll sometimes

Open menglexiang opened this issue 11 years ago • 1 comments

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~

menglexiang avatar May 22 '14 05:05 menglexiang

add a single line of code. self.collectionView.alwaysBounceVertical = YES;

menglexiang avatar May 26 '14 07:05 menglexiang