KelvinJin / AnimatedCollectionViewLayout

A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
MIT License
4.74k stars 350 forks source link

custom item size #13

Closed chakery closed 6 years ago

chakery commented 7 years ago

How to customize item size?(eg: LinearCardAttributesAnimator

jppgks commented 7 years ago
LinearCardAttributesAnimator(minAlpha: 0.5, itemSpacing: 0.2, scaleRate: 0.9)
dipkasyap commented 6 years ago

Is it possible to change only height of cell ? Please provide some clue !

KelvinJin commented 6 years ago

@dipkasyap You can create your own animator based on the LinearCardAttributesAnimator.