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

How to hide dummy view from custom CollectionViewCell when push view controller? #554

Open watashiboy opened 4 months ago

watashiboy commented 4 months ago

when I push view controller the dummy view always shows like this

https://github.com/Juanpe/SkeletonView/assets/107256204/dd8582bf-269e-4e3f-99e6-40212b2007ba

I want to hide that dummy view and show like this when start pushing view

Screenshot 2024-02-20 at 14 32 42

how can I solve this issue?

mafaqcs commented 2 months ago

Facing same issue :(