RxDataSources
RxDataSources copied to clipboard
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
Guys, I am thinking about adding UITableViewDiffableDataSource as a DataSource for binding and get rid of custom diff calculations and update applying. What do you think about it, is it...
Hello, I recently experienced a crash in an animated datasource due to a duplicateItem error. The error is given by the by line 218 in Diff.swift, when it check `initialItemData[itemPath.sectionIndex][itemPath.itemIndex].moveIndex...
Hi, I have had mysterious crash for long time. Sometimes app crashed on `cellForItemAtIndexPath` inside RxDataSources library. How is it possible? ``` # Platform: ios # Version: 4.826 (4339) #...
## What do i want to do? I use a UICollectionView and UICollectionReusableView for headers and footers. I would now like to remove `animated` the header in a section by...
When using custom UICollectionViewLayout for UICollectionView, it is possible that some cells have no layout attributes. When SectionedViewType inserts/moves cell at indexPath after datasource changed, cells without layout attributes being...
I [posted this](https://stackoverflow.com/questions/60764306/clarity-on-init-with-self-requirement-of-sectionmodeltype-in-rxdatasources) on StackOverflow first, but I assume, this community should be able to help me better / faster in this case. Binding a sectioned table with [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) using...
How to specify sizes for UICollectionView cells? Also would be cool to add more examples for UICollectionView.
In my project I have a chat detail with a list of messages. I use the `RxTableViewSectionedAnimatedDataSource` with two sections. In most cases, only the section with the messages is...
Hey, I am facing the problem when submitting to Apple. I did the search with 'grep' command and have a result in RxDataSources. Could you please tell me if the...
I have a table view cell with a collection view. both bonded through rxdatasource, I am getting the leak using instruments when the view is loaded. Any thoughts on what...