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

Shimmer to a specific table view section #447

Closed santieduardo closed 2 years ago

santieduardo commented 3 years ago

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?

Juanpe commented 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()
Juanpe commented 2 years ago

So, could we close this issue?