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.51k stars 1.1k forks source link

Does not work on multiple cell of tableview with different section #465

Closed Najamus closed 2 years ago

Najamus commented 2 years ago

My tableView have 2 section each section have different TVCell but when I pass cell identifier differenton the base of section its always get section 0 and show only 0 section cell as Skelton view.

in second case if a TVCell contain a collectionView same thing happed.