Tagged: Layout

There are 4 items tagged #Layout.
And there a lots of other tags to explore.

How to make equal height subviews in HStack

Learn how to make all subviews in HStack have an equal height.

SwiftUI AnyLayout - smooth transitions between layout types

In iOS 16, SwiftUI got a new tool, AnyLayout, that makes it possible to transition between layouts while maintaining the identity of the views.

Custom Layout in SwiftUI

If you have a layout that the built-in layout like VStack and HStack can't serve, you can create a custom one in iOS 16. Let's learn how to do it.

Intrinsic content size in SwiftUI

How to define intrinsic content size in SwiftUI

See all tags.