You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: