11
Aug
2021
SwiftUI Arc
Reading time: 1 min
Here's a simple recipe to help you draw Arc shapes in SwiftUI. For some reason, arcs still aren't a part of the standard Shape
package, but fortunately, wrapping them isn't too difficult. The end result looks like this:
As you can see, the arcs can be stroked and filled just like any other S...