graycampbell / GCProgressView

A simple SwiftUI progress view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A simple SwiftUI progress view.

License:MIT License


Languages

Language:Swift 100.0%