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

SkeletonView on StackView highlights the whole stack as one #538

Closed acegreen closed 1 year ago

acegreen commented 1 year ago

Maybe I'm misunderstanding the implementation, but as I read it was recursive on the subviews. So I applied isSkeletonable on a stack view, but now the whole view is masked rather than the individual views within it?

I would expect it to mask the subviews separately, without me having to apply isSkeletonable and .showSkeleton() to each view individually.

Thanks in advance

Screenshot 2023-05-25 at 10 55 59 AM
acegreen commented 1 year ago

Nevemind, figured it out.

treeleaf-nikesh commented 4 months ago

Am stuck with same problem would love some help. @acegreen