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.
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