Fold animation in UICollectionViewLayout in iOS
I want to achieve Fold animation when the user scrolls UICollectionView
. I have UICollectionView
with full-screen size cell and vertically scrolling with paging enabled. For that I’ve created sub-class of UICollectionViewFlowLayout
which is as described below.