bigMOTOR / DataDrivenRxDatasources

DataDrivenRxDatasources - MVVM abstraction boilerplate code over RxDataSources.
MIT License
15 stars 4 forks source link

Rethink open–closed principle #2

Open bigMOTOR opened 4 years ago

bigMOTOR commented 4 years ago

There is an old but still actual thread in RxDataSources about animation when animation style is none Nobody would like to fix it there but it bothers me and should be done.

bigMOTOR commented 4 years ago

@mashe Hi! Could you take a look please? 😊

bigMOTOR commented 4 years ago

Rethink of the root cause of this and came up with the idea that our lib has issues with open/close classes. I mean it will be good to have a possibility to inject some different datasource (eg with UIKit animation fix) from the outside.

mashe commented 3 years ago

After implementing UITableViewDiffableDataSource support we made a small step in that direction I guess

bigMOTOR commented 3 years ago

@mashe Tiny I guess... 😊 But I really appreciate all your work with DiffableDataSource 🙌 It's awesome!