RxDataSources
RxDataSources copied to clipboard
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
I'm using RxTableViewSectionedAnimatedDataSource, and it appears that when cells are being scrolled off the screen and reused, they get "duplicated" and then stacked on top of each other. When the...
Hi guys, first let me say that I really appreciate what you do. I love using RxDataSources! I am working on an application that uses collection view to display educational...
Hi, is there a plan to add support for non-sectioned data sources animations? IMO it's a common case when we don't need sections in a table, but we need animations...
Recently I started work on an Rx data source, using Apple's shiny new Diffable Data Source API. To learn more about how to create my own data source, conforming to...
Since Swift 5.1. there is identifiable protocol https://github.com/apple/swift-evolution/blob/master/proposals/0261-identifiable.md It would be nice to switch on it.
Hi Guys, I was wondering if someone could help. I have a custom CollectionView Layout and a custom CollectionViewDelegate. When I set the delegate via Rx the delgate method the...
When interacting with the switch or the stepper, the corresponding labels are not being updated.
Hey all, I'm fetching changes from CoreData with RxCoreData and displaying the in a UITableView with RxDataSources (4.0.1). Add and remove operations work great. But updates, changes to the content...
Hi. How I can to do "tableview reload section or rows"? I changed a property for item value in my array, but I don't understand how I can to reload...
Currently it's not possible to override `SectionedViewType` default method implementations in subclasses of `UITableView`. I'd like to prevent the default animations and just re-render the cell just like Apple suggests...