Closed santieduardo closed 2 years ago
Hi @santieduardo 👋🏼
You can show the skeleton in whatever view you want. So, I don't have the details of your code but you should launch the skeleton inside the cell view. For example:
/// CollectionCell
contentView.showSkeleton()
So, could we close this issue?
I have a table view with some sections and rows. A specific row, I have a collection view that shows some data from a web service that I'd like to make a shimmer loading.
How can I do that?