Ios swift – Draw a straight line between 2 circles in SwiftUI
I've been trying different ways of drawing a line between 2 circles(first and second circle) in SwiftUI. My view is basically a grid of 50 circles in a 10 x 5 grid. Have found some other threads on using preference…