Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 714 Bytes

GCProgressView

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
GCProgressView(style: .bar, progress: self.$progress)
GCProgressView(style: .circle, progress: self.$progress)
GCProgressView(style: .ring, progress: self.$progress)