Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:luispadron/UICircularProgressRing
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Mar 2, 2019
2 parents 4e3fa48 + 8230cf4 commit 95e1d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,7 @@
* Written in Swift
* RTL language support

## Apps Usig UICircularProgressRing
## Apps Using UICircularProgressRing

- [GradePoint](http://gradepoint.luispadron.com) by Luis Padron.

Expand Down Expand Up @@ -102,7 +102,7 @@ To set a value and animate the view

```swift
// Somewhere not in viewDidLoad (since the views have not set yet, thus cannot be animated)
// Remember to use unowned or weak self if refrencing self to avoid retain cycle
// Remember to use unowned or weak self if referencing self to avoid retain cycle
progressRing.startProgress(to: 49, duration: 2.0) {
print("Done animating!")
// Do anything your heart desires...
Expand Down

0 comments on commit 95e1d3e

Please sign in to comment.