๐Ÿ”ธroot view

SwiftUI โŸฉ view โŸฉ hierarchy โŸฉ root view

A view in which all other views are placed. Also known as top-level view, this view sits on top of a view hierarchy and acts as the container view to all subviews in the hierarchy.

  • The root view may contain any number of subviews, each of which may contain their own subviews, and so on.

Last updated