Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 MVVM-C 架构时,我应该将 UITableView 数据源(我正在使用 RxDataSources)放在哪里?
如果您使用的是 MVVM 模式设计。你可以把你的AnimatableSectionModel东西放在你的 ViewModel 中。并在您的 viewController 中观察并绑定到您的 tableView 数据源。
AnimatableSectionModel