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
Thanks for the great package. Unfortunately due to your use of .frame(... maxHeight: .infinity ...), the view tries to grab the maximum of space, which means e.g., in a VBox, it overrides your any Spacers, etc. and aligns itself always to the bottom.
I think it would be more versatile without these settings.
The text was updated successfully, but these errors were encountered:
Thanks for the great package. Unfortunately due to your use of
.frame(... maxHeight: .infinity ...)
, the view tries to grab the maximum of space, which means e.g., in aVBox
, it overrides your anySpacer
s, etc. and aligns itself always to the bottom.I think it would be more versatile without these settings.
The text was updated successfully, but these errors were encountered: