ProgressKit has set of cool IBDesignable progress views, with huge customisation options.
You can now make spinners, progress bar, crawlers etc, which can be finely customised according to your app palette.
- Installation
- Usage
- Indeterminate Progress
- Determinate Progress
- [Circular Progress] (#circular-progress)
- Progress Bar
- License
##CocoaPods CocoaPods adds supports for Swift and embedded frameworks.
To integrate ProgressKit into your Xcode project using CocoaPods, specify it in your Podfile:
use_frameworks!
pod 'ProgressKit'Then, run the following command:
$ pod install- Drag a View at desired location in
XIBorStoryboard - Change the Class to any of the desired progress views
- Set the size such that width and height are equal
- Drag
IBOutletto View Controller - For
IndeterminateProgress Views- Set
true / falsetoview.animate
- Set
- For
DeterminateProgress Views:- Set
view.progressto value in0...1
- Set

Progress indicators which animate indefinately are Indeterminate Progress Views.
This are the set of Indeterminate Progress Indicators.
Determinate progress views can be used for tasks whos progress can be seen and determined.
ProgressKit is released under the MIT license. See LICENSE for details.








