Open hiagochagas opened 2 years ago
same here, i don't know why, must call [self layoutIfNeeded] before showSkeleton, and i'm already set the label's default text..sorry for my english
omg i think i have find the answer, set 'view.isSkeletonable = true' both view and view's container view, and call 'container.showAnimatedGradientSkeleton' can fix this๐๐๐
Hello, I'm fetching data from API, and while it's happening, the skeleton looks like this:
When it should look like this:
The second image happens because I'm not stopping skeleton animation when the data from API is received.
Any tips on what might be wrong?