How to implement multiple-entity UICollectionViewDiffableDataSource with Core Data?
I have a UICollectionView
populated with a diffable data source being populated with Core Data managed objects from an NSFetchedResultsController
. It is based on this tutorial by Antoine Van Der Lee. The data source is implemented as follows:
How to implement multiple-entity UICollectionViewDiffableDataSource with Core Data?
I have a UICollectionView
populated with a diffable data source being populated with Core Data managed objects from an NSFetchedResultsController
. It is based on this tutorial by Antoine Van Der Lee. The data source is implemented as follows: