CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Apr 2017 |
| SwiftSwift Version | 3.0 |
| SPMSupports SPM | ✗ |
Maintained by Serhii Matvieiev.
StepProgressBar is a very simple and customizable step-by-step progress bar.
Copy the StepProgressBar.swift to your Xcode project. That should do it.
StepProgressBar can be used via code or interface builder.
UIView to your View Controller in the Storyboard.Identity Inspector change the class to StepProgressBar.
⚠️ Importand - change the module toStepProgressBartoo.
StepProgressBar in your view controller class.import StepProgressBarIBOutlet of the view in your view controller class.@IBOutlet weak var progressView: StepProgressBar!For Next step:
progressView.next()For Previous step:
progressView.previous()Use the traditional init methods and properties.
To run the example project, clone the repo, and run pod install from the Example directory first.
SerhiiMatvieiev, [email protected]
StepProgressBar is available under the MIT license. See the LICENSE file for more info.