Drop-in subclass of UICollectionView that lets you add custom animations to any UICollectionView
ADLivelyCollectionView is a drop-in subclass of UICollectionView that lets you add custom animations to any UICollectionView.
This is the port of ADLivelyTableView, one of our most starred libraries on GitHub, to UICollectionView.
It's rather simple to use :
livelyCollectionView.initialCellTransformBlock = ADLivelyTransformFan;
You can also write your own initial transform block.
This project does not use ARC. To add ADLivelyCollectionView to a project using ARC, set the compiler flag
-fno-objc-arcfor the source file
ADLivelyCollectionView.min Targets → Build Phases → Compile Sources (double click on the right column of the row under Compiler Flags).