RxDataSources
RxDataSources copied to clipboard
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
Hello, how can i implement the delegate method `contextMenuConfigurationForItemAt`or `contextMenuConfigurationForItemsAt` using RxDataSource? Maybe you will include support for it in the next version? ``` func collectionView( _ collectionView: UICollectionView, contextMenuConfigurationForItemAt...
The `SectionModelType` protocol initializer takes an array of items. My data source is a `LazyCollection`. Is there a way to lazy-load items in a section, without enumerating all of them?
I have a problem here,and need your help. - Use`RxCollectionViewSectionedAnimatedDataSource` - The property `estimatedItemSize`was set. - Use `NSLayoutConstraint` in `UICollectionViewCell` - iOS 14.0 or iOS 14.0.1(as i known) - Reload...
I have noticed that when using SwiftPM, Xcode will resolve and download RxSwift twice. This is because it is listed both as a dependency in the Package.swift and also as...
`rx.items(cellIdentifier:String:Cell.Type:_:)` I don't know why ":" comes after "String" Therefore, I would like to request this modification! Thank you
1. #269
It would be simpler to omit the completion parameter from [performBatchUpdates(_:completion:)](https://developer.apple.com/documentation/uikit/uicollectionview/1618045-performbatchupdates) function instead of setting `nil` because the default value of the completion parameter is the same one.
I'm trying to show multiple cells and their own data models in the same tableView. I added segment control for this and I delete all tableview current data and removed...
Idea: extent RxDataSources to also support macOS. I was very enthusiastic about RxDataSources, until I figured out that RxDataSources is IOS only, no macOS. Of course I really, really, really...