/ILZoomInCollectionViewLayout

Vertical UICollectionView layout with focus on current item.

Primary LanguageObjective-CMIT LicenseMIT

#Description Simple UICollectionView layout that makes current item bigger when scrolling.

Example ANimation

#Installation

pod 'ILZoomInCollectionViewLayout'

#Usage

Set your UICollectionViewLayout to ILZoomInCollectionViewLayout in interface builder.

For more documentation on UICollectionViewFlowLayout and it's usage read official documentation.