๐ธview hierarchy
SwiftUI โฉ view โฉ view hierarchy
The top-level view may contain any number of subviews, each of which may contain their own subviews, and so on.
Use a WindowGroup as a container for a view hierarchy that your app presents.
Last updated