SwiftUI AnyLayout: Changing Layout with HStack and VStack

#SwiftUI #Programming
https://www.appcoda.com/swiftui-anylayout/

SwiftUI AnyLayout: Changing Layout with HStack and VStack

In iOS 16, Apple introduces a new view called AnyLayout. You can use it to switch layout dynamically. Say, switching between HStack and VStack based on the device's orientation.

AppCoda
@pixel nice - I've never used this but am totally going to add it to the toolbox