Ios swift – How to get a bridge Shape in SwiftUI
I'm working on creating a "bridge" shape in SwiftUI by combining a rectangle and a circle. I believe using a method like .union might be the solution, but I'm having trouble figuring out how to implement it correctly. My goal…