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.59k stars 1.11k forks source link

Two collections on one screen #378

Open Diana-iOS opened 3 years ago

Diana-iOS commented 3 years ago

I don't know English well and write through a translator, so I didn't put the question in the issue template, sorry. I have a screen. It has two collections on it, tableView and collectionVIew. They both conform to the protocols and have skeleton methods for the dataSource. But when the screen starts loading, skeleton loading is shown only for one collection, in my case it is a table view. How to use this framework in this case? This will help answer the past author's question as well, where is collectionVIew in tableView

Avishekk4121 commented 3 years ago

facing the same issue, have you found any solution for that?

Juanpe commented 3 years ago

Hi @Diana-iOS, let me check this issue