Table View Data Source in MVVM-C

524 Views Asked by At

where should I put UITableView Data Sources (I am using RxDataSources) when using MVVM-C architecture?

1

There are 1 best solutions below

0
On BEST ANSWER

If you are using MVVM pattern design. You can put your AnimatableSectionModel stuff in your ViewModel. And in your viewController observe and bindTo your tableView datasources.