4 Commits

Author SHA1 Message Date
Kaunteya Suryawanshi 18582bd9da Merge branch 'master' of https://github.com/kaunteya/ProgressKit 2015-10-06 20:11:06 +05:30
Kaunteya Suryawanshi 6b44a8a99e Updated the release version 2015-10-06 20:10:45 +05:30
Kaunteya Suryawanshi 10a1b7dcc4 Updated README for Indeterminate Views 2015-10-05 21:00:52 +05:30
Kaunteya Suryawanshi a57242f3eb Added license 2015-10-05 02:23:08 +05:30
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ProgressKit'
spec.version = '0.0.1'
spec.version = '0.1.1'
spec.license = 'MIT'
spec.summary = 'Animated ProgressViews for OSX'
spec.homepage = 'https://github.com/kaunteya/ProgressKit'
+4 -2
View File
@@ -12,7 +12,7 @@
- [Determinate Progress](#determinate-progress)
- [Circular Progress] (#circular-progress)
- [Progress Bar](#progress-bar)
- [License](#license)
# Installation
##CocoaPods
@@ -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`
@@ -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.