Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mindinventory/mistepbar

Use this swift 5 supported library MIStepBar and track your food order, your purchase order or the booked appointment many more things..!!!
https://github.com/mindinventory/mistepbar

anim animation progress-bar stepbar stepper stepprogressbar swift tracing xcode

Last synced: about 1 month ago
JSON representation

Use this swift 5 supported library MIStepBar and track your food order, your purchase order or the booked appointment many more things..!!!

Awesome Lists containing this project

README

        

# iOS-Step-Bar











Use this swift 5 supported library MIStepBar and track your food order, your purchase order or the booked appoinment many more things..!!!

Checkout this super easy stepped bar integration and example.!!!



## Installation
To install it, simply add the following line to your Podfile:

```ruby
pod 'MIStepBar', git: 'https://github.com/Mindinventory/MIStepBar', branch: 'main'
```
Then run `pod install` from the Example directory.

## Manually
You could directly copy and add the folder `MIStepBar` which contains 'StepBar.swift' file to your project.

## Usage

And then remember to `import MIStepBar` module before using it.

Change the class of a view from `UIStackView` to StepBar
```swift
@IBOutlet weak var stepBar: StepBar!
```
Programmatically:

```swift
override func viewDidLoad() {
super.viewDidLoad()

stepBar.stepTitles = ["Book Appointment", "Payment", "Confirmed"]
stepBar.stepSubTitles = ["Dt 2020/11/02", "Dt 2020/11/04", "Dt 2020/11/06"]
stepBar.stepSelectedImages = ["calendar","check","credit-card"]
}
```
Manually Update Step:
```swift
stepBar.currentStepValue = 2
```

## Customization Stroyboard and Xib (Optional)
After adding a `UIStackView` to Stroyboard or Xib, change its class to `StepBar`. Then you are able to config it as this demonstration:



## Requirements
- iOS 13.0+
- Xcode 13.0+

## 📱 Check out other lists of our Mobile UI libraries






## 💻 Check out other lists of Web libraries





📝 Get FREE Industry WhitePapers →

## Check out our Work



## 📄 License
iOS-MiStepBar is [MIT-licensed](/LICENSE).

If you use our open-source libraries in your project, please make sure to credit us and Give a star to www.mindinventory.com


app development