How do I draw roundedrectangle (or other shapes) in SwiftUI?
I can't seem to find an example for it.
Thanks in advance
How do I draw roundedrectangle (or other shapes) in SwiftUI?
I can't seem to find an example for it.
Thanks in advance
RoundedRect(cornerRadius: 8.0)
https://developer.apple.com/documentation/swiftui/drawing_and_animation