CombineDataSources icon indicating copy to clipboard operation
CombineDataSources copied to clipboard

Table and collection view data sources for Combine

Results 9 CombineDataSources issues
Sort by recently updated
recently updated
newest added

- Fixed an issue where the "Static list item" example was not displaying data.

Adds tvOS as platform for SwiftUI. Otherwise compilation of our tvOS app failed.

feat: Added isFirstReload parameter to enable/disable the first reload of BatchesDataSource

We have a case where a table view is subscribed to a publisher that is continuously updated when the app is running. When pushing a view controller on top the...

Thank you for your work. It's nice to have developer that take time to develop Combine framework. **Problem :** When I build CombineDataSources it's ok but when we launch the...

The `dataSource` property should be marked by `weak`, any fixes would be appreciated!

When performing large amounts of updates to collectionView, there is a bug that cellForRowAt contains incorrect indexPath. I found out that it's most likely caused by an issue in performBatchUpdates...