☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
12.62k
stars
1.12k
forks
source link
How to hide dummy view from custom CollectionViewCell when push view controller? #554
Open
watashiboy opened 9 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
how can I solve this issue?