KelvinJin / AnimatedCollectionViewLayout

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

Smooth transition from the first or last cell to the previous controller. #38

Closed alexanderkhitev closed 6 years ago

alexanderkhitev commented 6 years ago

Hello! Thanks for this framework! I use the Cube, I have a UIViewController that is completely filled with UICollecitonView, I want to achieve this result when the user swiping away on the last page (to the left) and first page (to the right) then hide the UIViewController with this animation. Tell me how best to do this?