GCProgressView

A simple SwiftUI progress view.

Bar

Circle

Ring

Installation

GCProgressView is available as a Swift Package. You can find information on how to add package dependencies to your app here.

Usage

import GCProgressView
Swift
GCProgressView(style: .bar, progress: self.$progress)
GCProgressView(style: .circle, progress: self.$progress)
GCProgressView(style: .ring, progress: self.$progress)
Swift

GitHub

A simple SwiftUI progress view.Read More

Latest commit to the master branch on 5-21-2020
Download as zip