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

Hi there! I implemented the multiple section model for my collectionView dataSource, as described in the following pull request: https://github.com/RxSwiftCommunity/RxDataSources/pull/32. Also, I added the following code for handling cells selection:...

Hello fellow RxSwift Developers, Currently I'm facing a Problem with disposing Subscriptions from a `UITableViewCell`. Lets say I have a `UITableViewCell`: ```Swift final class ACell: UITableViewCell() { private lazy var...

I have a table view with a viewmodel generating the data for it. I would like to be able to send along an extra info with my section data, telling...

Given the following initialization of a `RxCollectionViewSectionedAnimatedDataSource`... ```swift RxCollectionViewSectionedAnimatedDataSource( animationConfiguration: AnimationConfiguration(insertAnimation: .bottom, reloadAnimation: .bottom, deleteAnimation: .bottom) // etc. ) ``` The animation styles specific only affect _rows_ in a section,...

Log shows first: ``` Item has already been indexed at (0, 33) Fatal error: Duplicate item : file ..../Pods/RxDataSources/Sources/RxDataSources/DataSources.swift, line 32 ``` Where **TrackItemPresentable** is part of `TrackSection = AnimatableSectionModel`...

Are there plans to support `UICollectionViewDelegateFlowLayout` in some reactive way, to respond to sizes based on the data model instead of only being able to rely on indexPath? Currently, I'm...

After integrate `RXDataSources` via pod or `SPM` receive error: Maybe for now no support `Catalyst`?

If i only use the RxTableViewSectionedReloadDataSource to do the databinding on tableview, will it also calculate the diff before and after the datasource change? or just reload the tableview every...

error: 1 Header 'RxDataSources-Swift.h' not found 2 Could not build Objective-C module 'RxDataSources'

Since Xcode 11 includes Swift Package Manager, it would be nice to support it