RxDataSources icon indicating copy to clipboard operation
RxDataSources copied to clipboard

UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)

Results 89 RxDataSources issues
Sort by recently updated
recently updated
newest added

Based on the documentation: `IdentifiableType`: The `identity` provided by the `IdentifiableType` protocol must be an **immutable identifier representing an instance of the model**. For example, in case of a `Car`...

```swift lazy var pickerAdapter: RxPickerViewViewAdapter = { return RxPickerViewViewAdapter(components: [], numberOfComponents: { _,_,_ in 1 }, numberOfRowsInComponent: { _,_,items,_ in items.count}, viewForRow: { [weak self] _,_,items,row,_,_ -> UIView in let...

Unless I'm going mad, which I thought I was, the changelog doesn't reflect the fact you've had a 5.0.0 release and upgraded the major version requirement of RxSwift to 6.x.x....

Hello! I was reading Readme.md and got a question about how should I understand those parameters. For this function, ```rx.items(cellIdentifier:String)``` I guess the parameter name is cellIdentifier and the value...

Add the source compatible patch for https://github.com/swiftlang/swift-evolution/blob/main/proposals/0364-retroactive-conformance-warning.md to avoid warnings on Swift 6+ and still be able to compile on previous versions. #trivial

Hello, Can you turn ON BUILD_LIBRARY_FOR_DISTRIBUTION = YES ? Best !

Hello When resolving dependencies, RxDataSources takes significantly longer than all other dependencies to resolve, sometimes hanging and never resolving. When resolving via command line, we often get the following: `Checking...