0.1.0
Contents
- Installation
- Usage
- Indeterminate Progress
- Determinate Progress
- [Circular Progress] (#circular-progress)
- Progress Bar
Installation
##CocoaPods CocoaPods 0.36 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
Usage
- 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- Call
view.startAnimation()andview.stopAnimation()
- Call
- For
DeterminateProgress Views:- Set
view.progressto value in0...1
- Set
Indeterminate Progress

Progress indicators which animate indefinately are Indeterminate Progress Views.
This are the InDeterminate Progress Indicators.
CircularSnail
Crawler
Spinner
Determinate Progress
Determinate progress views can be used for tasks whos progress can be seen and determined gradually.
Circular Progress
Progress Bar
Languages
Swift
98.5%
Ruby
1.5%





