diff --git a/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift b/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift index efeb2f9..a614d0d 100644 --- a/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift +++ b/Sources/CombineDataSources/CollectionView/CollectionViewItemsController.swift @@ -84,7 +84,9 @@ public class CollectionViewItemsController: NSObject, UICollecti } } collection = items - }, completion: nil) + }, completion: { [weak self] _ in + self?.collectionView.reloadData() + }) } // MARK: - UITableViewDataSource protocol