🔰shapes
SwiftUI ⟩ shapes
Circle()
.fill(Color.red) // Shape's method
.frame(width: 50, height: 50) // View's method (view modifier)SwiftUI ⟩ View ⟩ Graphics and Rendering Modifiers ⟩
.drawingGroup() - enabling Metal.
Last updated
Was this helpful?