Aymenworks / AWStepBar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Swift 83.4%Language:Ruby 10.8%Language:Objective-C 5.8%