SnapLikeCollectionView
The collectionView library which is scaling, scrolling and stopping comfortably like Snapchat and Instagram.
Demo1
Comparison with Instagram and Snapchat.
? This ? | Snapchat | |
---|---|---|
![]() |
![]() |
![]() |
Demo2
You can change cell height since ver. 1.1.0
Requirements
Swift 4.2. Ready for use on iOS 11.0+
Installation
via Cocoapods
Usage
Cell
You should use SnapLikeCell protocol.
Item is associatedtype. You can apply any model you want.
This Item becomes dataSource's items.
Below is example.