view size๏ผparent viewproposes a size to the child views it contains, and the child viewsrespond with a computed size.
When SwiftUI renders a view hierarchy, it recursively evaluates each child view: The parent viewproposes a size to the child views it contains, and the child viewsrespond with a computed size.
When all child views have reported their size, the parent viewrenders them.