AWStepBar is a UI Component that allows you to integrate a step progress UI within your app.
- iOS 9.0+
- Swift 5.0
let stepBar = AWStepBar()
stepBar.numberOfSteps = 3
stepBar.stepBarForegroundColor = .green
stepBar.stepBarBackgroundColor = .lightGray
stepBar.dotColor = .gray
stepBar.dotSelectedColor = .white
stepBar.set(step: 1, animated: false)
pod 'AWStepBar'
github "Aymenworks/AWStepBar"
AWStepBar is released under the MIT license.