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
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
I've got another similar view in my project which doesn't use a UIStackView and it works fine there (except from the fact that it's messed up when I rotate the device, but that's a different issue).
The text was updated successfully, but these errors were encountered:
I'd try wrapping another view around the shimmer view so the stack view doesn't modify it.
Otherwise, I'd suggest debugging what properties the stack view sets on the view. If you can replicate that in a test case that shows what properties cause incorrect layout, can take a look at that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there,
It seems like Shimmer doesn't work well with UIStackViews.
Here's what it's supposed to look like (this is without Shimmer added): https://abload.de/img/simulatorscreenshot15hokh1.png
Here's a screenshot of what happens when I add the Shimmer effect to the small grey view at the bottom: https://abload.de/img/simulatorscreenshot15x1kkz.png
The view hierarchy itself is very simple.
I've got another similar view in my project which doesn't use a UIStackView and it works fine there (except from the fact that it's messed up when I rotate the device, but that's a different issue).
The text was updated successfully, but these errors were encountered: