We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5ae0b commit 7b380a1Copy full SHA for 7b380a1
README.md
@@ -121,7 +121,7 @@ Observable.just(sections)
121
### Animations
122
To implement animations with RxDataSources, the same steps are required as with non-animated data, execept:
123
- SectionOfCustomData needs to conform to `AnimatableSectionModelType`
124
-- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxTableViewSectionedAnimatedDataSource`
+- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxCollectionViewSectionedAnimatedDataSource`
125
126
127
## Requirements
0 commit comments