Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kaunteya/ProgressKit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaunteya committed Oct 6, 2015
2 parents 6b44a8a + 10a1b7d commit 18582bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [Determinate Progress](#determinate-progress)
- [Circular Progress] (#circular-progress)
- [Progress Bar](#progress-bar)

- [License](#license)

# Installation
##CocoaPods
Expand All @@ -38,7 +38,7 @@ $ pod install
- Set the size such that width and height are equal
- Drag `IBOutlet` to View Controller
- For `Indeterminate` Progress Views
- Call `view.startAnimation()` and `view.stopAnimation()`
- Set `Boolean` value to `view.animate`
- For `Determinate` Progress Views:
- Set `view.progress` to value in `0...1`

Expand Down Expand Up @@ -69,4 +69,6 @@ Determinate progress views can be used for tasks whos progress can be seen and d
## Progress Bar
![Progress Bar](/Images/ProgressBar.png)

# License
`ProgressKit` is released under the MIT license. See LICENSE for details.

0 comments on commit 18582bd

Please sign in to comment.