ProgressTimelineView

struct ProgressTimelineView: View

SwiftUI View for the progress

Note

animating this View cost a lot of CPU
  • Played percentage

    Declaration

    Swift

    let percentage: Double
  • The body of the View

    Declaration

    Swift

    var body: some View