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.62k stars 1.12k forks source link

Add prepareViewForSkeleton to SkeletonCollectionViewDataSource #505

Closed pakerwreah closed 2 years ago

pakerwreah commented 2 years ago

Summary

Add prepareViewForSkeleton to SkeletonCollectionViewDataSource so we can reuse supplementary views as we do for normal cells using prepareCellForSkeleton.

Requirements (place an x in each of the [ ])

github-actions[bot] commented 2 years ago
Warnings
:warning: Consider **also** updating the README for other languages.

Generated by :no_entry_sign: Danger Swift against 4422ccdcfaefec825375824181d795bd32c22def

Juanpe commented 2 years ago

Hi @pakerwreah :wave! Overall, it looks good to me.

Please, could you update the README file as well to indicate that this method is available?

Thanks!

pakerwreah commented 2 years ago

I did it. It's one of the files I've changed.

Juanpe commented 2 years ago

I did it. It's one of the files I've changed.

Oups! my fault 🤦🏼‍♂️

So, it's ready to merge 🚀

Thanks!