Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 661 Bytes

File metadata and controls

6 lines (4 loc) · 661 Bytes

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.