╱🚧 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
SwiftUIarrow-up-right ⟩ View fundamentalsarrow-up-right ⟩ Viewarrow-up-right ⟩ Layout modifiersarrow-up-right
.frame(width:height:alignment:)arrow-up-right
.fixedSize()arrow-up-right
Sarun ⟩ What is the fixedSize modifier in SwiftUIarrow-up-right
Last updated 1 year ago