UICollectionView-Collapsible-Section-Demo

A project demonstrating how to create collapsible list sections using UICollectionView and NSDiffableDataSourceSectionSnapshot.

The key components of this project are in CollectionViewController.swift, CollectionViewController+DiffableDataSource.swift and UICollectionViewLayout+SectionedListLayout.swift.