Skip to content

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

License

Notifications You must be signed in to change notification settings

Aymenworks/AWStepBar

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published