RxSwift table view with multiple custom cell types

edzio27 :

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

edzio27 :

I've managed it using RxSwiftDataSources,

it allow you to use custom cells with multi sections. I've used this code for help

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to build a Table View with multiple cell types?

Custom table view cell: IBOutlet label is nil

Custom table view cell in Swift, without Storyboard

Custom table view cell with swift in xcode 6

Dynamic Cell Size in Table View from a custom Xib

Custom Card View design in Table View Cell in XCode

How do I create a custom view in a custom table view cell?

Custom Table View Cell as String

Using custom XIB in table view cell

Custom table view cell with rounded edges

RxSwift do not bind data to custom collection view cell

Custom Cell in table view not showing?

RxSwift: How to populate the data in collection view cell inside the table view using ViewModel?

The custom cell in the table view does not want to be rounded

Multiple custom cells in one table view not working

Table View not working with custom cell

iOS 7 custom cell not displaying in table view

iOS - how to implement custom table view cell selection/unselection?

Custom table view cell image distorting

Custom Table View Cell with a big image and a label

How to Show Multiple Lines in a Table View Cell

Table View Cell - UITableView - Cannot show multiple rows in detailed view

Custom Table View Cell with UIView

table view cell of custom class returning nil

How to hide a custom class label in a table view cell?

Deleting multiple UITableView items with RxSwift does not work with a custom cell

Custom cell not showing in Table View-Xcode

implicitly unwrapping an Optional value on custom cell of table view

Design the custom table view cell programatically