Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18582bd9da | |||
| 6b44a8a99e | |||
| 10a1b7dcc4 | |||
| a57242f3eb |
+1
-1
@@ -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'
|
||||
|
||||
@@ -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
|
||||

|
||||
|
||||
# License
|
||||
`ProgressKit` is released under the MIT license. See LICENSE for details.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user