How to use SkeletonView besides UITableView/UICollectionView RxCocoa binding

1.2k views Asked by At

For using SkeletonView you have to implement UITableView/UICollectionView dataSource which i can't use beacuse i'm using tableView.rx.items to bind my table to some observable. so how can i use RxCocoa besides SkeletonView.

any suggestion?

For more info: RxSkeleton library is not good idea for a non-RxDataSourced tableView

1

There are 1 answers

2
Daniel T. On

You can always create your own data source. Just write a class that conforms to both SkeletonTableViewDataSource and RxTableViewDataSourceType then you can pass an instance into items.