๐ฐlayout modifier
โฑ๐ง under construction
SwiftUI โฉ view โฉ modifier โฉ layout modifier
Tell a view how to arrange itself within a view hierarchy by adjusting its size, position, alignment, padding, and so on.
๐ see view layout, Layout, layout (๐ง under construction)
Ellipse()
.frame(width: 200, height: 100) // width, height: CGFloat
Last updated
Was this helpful?