RxSwift table view with multiple custom cell types
问题 I'w wonder is there any code example for RxSwift when I can use multiple custom cells inside one table view. So for example I have two section and first section has 10 cells with type CellWithImage identifier and second section has 10 cells with type CellWithVideo identifier. All tuts and code examples which I've founded are using only one cell type, for instance RxSwiftTableViewExample Thanks for any help 回答1: I've managed it using RxSwiftDataSources, it allow you to use custom cells with