AnimatedCollectionViewLayout icon indicating copy to clipboard operation
AnimatedCollectionViewLayout copied to clipboard

Animation not working

Open junaidxabd opened this issue 8 years ago • 1 comments

When I run the app the collectionView shrinks each cell and displays them all at once on the screen.

I followed readme and added this to my viewDidLoad()


let layout = AnimatedCollectionViewLayout()
layout.animator = ParallaxAttributesAnimator()
collectionView.collectionViewLayout = layout 

junaidxabd avatar Jul 14 '17 21:07 junaidxabd

This might be the same issue as #17. I guess you'll have to make changes to the contentView instead of the cell directly.

KelvinJin avatar Aug 01 '17 04:08 KelvinJin