AWStepBar

AWStepBar is a UI Component that allows you to integrate a step progress UI within your app.


Keywords
ios, progress, progress-bar, progressbar, step, swift
License
MIT
Install
pod try AWStepBar

Documentation

AWStepBar

AWStepBar is a UI Component that allows you to integrate a step progress UI within your app.

Overview

Appareance

Step Bar gif

Behind the scenes

As simple as: Whimsical AWStepBar

🔶 Requirements

  • iOS 9.0+
  • Swift 5.0

👨🏻‍💻 Usage

let stepBar = AWStepBar()
stepBar.numberOfSteps = 3
stepBar.stepBarForegroundColor = .green
stepBar.stepBarBackgroundColor = .lightGray
stepBar.dotColor = .gray
stepBar.dotSelectedColor = .white
stepBar.set(step: 1, animated: false)

Installation

CocoaPods

pod 'AWStepBar'

Carthage

github "Aymenworks/AWStepBar"

License

AWStepBar is released under the MIT license.