CollectionKit is a modern Swift framework for building composable data-driven collection view.
Features:
- Rewritten UICollectionView on top of UIScrollView.
- Automatically diff data changes and update UI.
- Superb performance through cell reuse, batched reload, visible-only diff, & the use of swift value types.
- Builtin layout & animation systems specifically built for collections.
- Composable sections with independent layout.
- Strong type checking powered by Swift Generics.
