Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.58k stars 1.11k forks source link

SkeletonView side by side of UITableView/UICollectionView RxCocoa binding #370

Open aarashgoodarzi opened 3 years ago

aarashgoodarzi commented 3 years ago

problem

Using skeletonView with UITableviewDataSourse works fine and handy but when it it comes to RxCocoa binding( like: tableView.rx.items(...) ) there's no clear solution to make skeleton for a tableView or a CollectionView.

Proposed solution

make another protocol for non-tableView-dataSourced lists!

benefit

developers can use skeletonView in Rx-based projects which contains a lot of existing projects.

pastorin commented 2 years ago

Hi @Juanpe , Is there any update regarding this open request? I saw that this guy created a sort of patch to use SkeletonView with RxDataSource (https://github.com/anyoptional/RxSkeleton), maybe it can be useful?

starlight173 commented 2 years ago

Anything new guy ?

mzying2013 commented 1 year ago

Anything new guy ?