https://github.com/mindinventory/diffabledatasourcecollectionview
This UICollectionView Diffable Data Source project is very simple and easy to understand. In this project, we have used UICollectionViewDiffableDatasource and advance features which is introduced in iOS 14.
https://github.com/mindinventory/diffabledatasourcecollectionview
collectionview collectionviewlayout diffabledatasource diffabledatasource-collectionview ios swift
Last synced: 8 months ago
JSON representation
This UICollectionView Diffable Data Source project is very simple and easy to understand. In this project, we have used UICollectionViewDiffableDatasource and advance features which is introduced in iOS 14.
- Host: GitHub
- URL: https://github.com/mindinventory/diffabledatasourcecollectionview
- Owner: Mindinventory
- License: mit
- Created: 2020-11-12T05:57:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T06:29:30.000Z (over 5 years ago)
- Last Synced: 2025-07-09T23:26:31.865Z (8 months ago)
- Topics: collectionview, collectionviewlayout, diffabledatasource, diffabledatasource-collectionview, ios, swift
- Language: Swift
- Homepage: https://www.mindinventory.com/iphone-application-development.php
- Size: 3.07 MB
- Stars: 25
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advances in CollectionView
This UICollectionView Diffable Data Source project is very simple and easy to understand. In this project, we have used UICollectionViewDiffableDatasource and advance features which is introduced in iOS 14. More on [MEDIUM](https://medium.com/mindful-engineering/diffable-data-source-in-uicollectionview-3a1c5577b4de)

# Description
In this project we have used UICollectionViewDiffableDatasource, list layout configuration to show list in collection view, Outline accessories to make list expandable, section snapshot to add data in particular section.
# UI Controls
- UICollectionView
# LICENSE!
Advances in CollectionView is [MIT-licensed](/LICENSE).