RxDataSources
RxDataSources copied to clipboard
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
Like so let dataSource = RxTableViewSectionedReloadDataSource( configureHeader: { dataSource, tableView, section, model in let view = tableView.dequeueReusableHeaderFooterView(withIdentifier: "header") view.title = model.header return view })
RxDataSources this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5 (swiftlang-130)', while this compiler is 'Apple Swift version 5.5.2
Follow up for https://github.com/RxSwiftCommunity/RxDataSources/pull/375
Hi guys, Anyone can help me on this issue, when I clicked on color button to change to another color and I reload UITableView to update datasource. But when tableview...
Differentiator.podspec and RxDataSources.podspec has old version 5.0.0 in 5.0.2 release.
The first section of my collection view has a search bar in it, and I want the rest of the collection to be updated when the user types in something....
I have downloaded the repository with git clone and installed the dependencies with Carthage update. When I tried to run the Example, I found that there is no Rx.xcodeproj (it...
I am a stranger to RxDataSources,when I set the datasource to UICollectionView, got the error: `Instance method 'items(dataSource:)' requires that 'CollectionViewSectionedDataSource' conform to 'RxCollectionViewDataSourceType'` code: ``` let dataSource = RxCollectionViewSectionedReloadDataSource...
Hi everyone. Someone who has been able to make uitableView Expanded and not expanded, I have a header and a custom cell, but I need that when touching the header...
Hello! I have 3 sections and when user tap it should open and show it child datas when user again tap it should close current table views cell. I mean,...