Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo
https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo
- Owner: sebjvidal
- Created: 2024-02-17T10:34:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T10:35:44.000Z (11 months ago)
- Last Synced: 2024-08-03T17:18:54.896Z (6 months ago)
- Language: Swift
- Size: 15.6 KB
- Stars: 37
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - UICollectionView-Collapsible-Section-Demo
README
# UICollectionView-Collapsible-Section-Demo
A project demonstrating how to create collapsible list sections using [UICollectionView](https://developer.apple.com/documentation/uikit/uicollectionview) and [NSDiffableDataSourceSectionSnapshot](https://developer.apple.com/documentation/uikit/NSDiffableDataSourceSectionSnapshot).The key components of this project are in `CollectionViewController.swift`, `CollectionViewController+DiffableDataSource.swift` and `UICollectionViewLayout+SectionedListLayout.swift`.