Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
graycampbell authored May 12, 2020
1 parent b3d456e commit cc99d1d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# GCProgressView

A description of this package.
<p align="middle">
<img src="./Resources/Bar.gif" width="32%" />
<img src="./Resources/Circle.gif" width="32%" />
<img src="./Resources/Ring.gif" width="32%" />
</p>

## Installation

`GCProgressView` is available as a [Swift Package](https://developer.apple.com/documentation/swift_packages). You can find information on how to add package dependencies to your app [here](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).

## Usage

```swift
import GCProgressView
```

```swift
GCProgressView(style: .bar, progress: self.$progress)
GCProgressView(style: .circle, progress: self.$progress)
GCProgressView(style: .ring, progress: self.$progress)
```

0 comments on commit cc99d1d

Please sign in to comment.