Component - Frame modifier
The Frame modifier in SwiftUI sets the size and alignment of a view. It lets you fix width, height, or both, and control where the view sits inside that frame.
The Frame modifier in SwiftUI sets the size and alignment of a view. It lets you fix width, height, or both, and control where the view sits inside that frame.
VStack ├── Text └── Button