SnakeProgress
SnakeProgress shows circular progress for iOS Apps.
With SnakeProgress
With SnakeProgress, you can easily circular progress.
@IBOutlet weak var circularProgressView: CircularView!
circularProgressView.configureCircularView(progress: 50.0, filledColor: .green, emptyColor: .lightGray)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SnakeProgress is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "SnakeProgress"
Author
Moeen Arif, [email protected]
License
SnakeProgress is available under the MIT license. See the LICENSE file for more info.