🔸view size
SwiftUI ⟩ view ⟩ layout ⟩ size
- view hierarchy:parent view proposes a size to the child views it contains, and the child views respond with a computed size. 
- Differennt type of views have their own space requirements within a container. 
Last updated
Was this helpful?