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
I updated the basic example to use StackViews and had a few issues:
I had to set the autolayout priority to 999 for the height constraint in a horizontal stackview and for the width constraint in a vertical stackview, otherwise, it would complain about an ambiguous layout.
The animations still look a bit off, you can see from the image below, in the 1st animation, all labels jump after the screen initially loads. The 2nd animation just doesn't look right.
I haven't tested yet on the project I was trying to integrate, where I first noticed the issue.
I also had an issue with a UIVisualEffectView getting broken and just displaying a black background.
I'll give that another test and in case it's still happening I'll try to give you a simple reproducible example.
Oh that, UIVisualEffectView has always been problematic. 🤦🏻♂️ No easy way to snapshot them and maintain the effect live.
Help me open up another issue. I will see what I can do.
Probably related to #14
I updated the basic example to use StackViews and had a few issues:
I had to set the autolayout priority to 999 for the height constraint in a horizontal stackview and for the width constraint in a vertical stackview, otherwise, it would complain about an ambiguous layout.
The animations still look a bit off, you can see from the image below, in the 1st animation, all labels jump after the screen initially loads. The 2nd animation just doesn't look right.
I have the code I used up here:
https://github.com/felix-dumit/Hero/tree/stackview-autolayout
Thanks for this lib I think it's really awesome!
The text was updated successfully, but these errors were encountered: