Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo


https://github.com/sebjvidal/UICollectionView-Collapsible-Section-Demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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`.