Circle in SwiftUI doesn't show in my iPhone – Ios swift
I have two Circles to show a circle progress bar, one of these is the progress the another one is the background, but the progress circle doesn't show in my iPhone. This is my code: struct ProgressBarView: View { @Environment(.colorScheme)…