Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| edeba04ff9 | |||
| f185b1f33d | |||
| 79bf0d3457 | |||
| 4f2cfc1687 | |||
| 174357710b | |||
| f10c403fc2 |
@@ -1,4 +1,9 @@
|
||||
# KDCircularProgress
|
||||
|
||||
[](http://cocoapods.org/pods/KDCircularProgress)
|
||||
[](http://cocoapods.org/pods/KDCircularProgress)
|
||||
[](http://cocoapods.org/pods/KDCircularProgress)
|
||||
|
||||
`KDCircularProgress` is a circular progress view written in Swift. It makes it possible to have gradients in the progress view, along with glows and animations.
|
||||
|
||||
KDCircularProgress also has `IBInspectable` and `IBDesignable` support, so you can configure and preview inside the `Interface Builder`.
|
||||
@@ -37,6 +42,24 @@ view.addSubview(progress)
|
||||
- It's on CocoaPods under the name (you guessed it!) KDCircularProgress
|
||||
- Just drag `KDCircularProgress.swift` into your project. `Carthage` support is on To-do list.
|
||||
|
||||
### CocoaPods
|
||||
|
||||
KDCircularProgress is available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
```ruby
|
||||
pod 'KDCircularProgress'
|
||||
```
|
||||
|
||||
### Manually
|
||||
|
||||
Just drag `KDCircularProgress.swift` into your project.
|
||||
|
||||
### Carthage
|
||||
|
||||
`Carthage` support is on To-do list.
|
||||
|
||||
|
||||
## Properties
|
||||
|
||||
####progressColors: `[UIColor]`
|
||||
|
||||
Reference in New Issue
Block a user