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

Commit

Permalink
Merge pull request #174 from jinjorge/readme-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
luispadron authored Mar 1, 2019
2 parents 1620c76 + 20e442c commit 8230cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
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 8230cf4

Please sign in to comment.