🔰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: CGFloatLast updated
Was this helpful?