Vertical-progress-bar-swift

Vertical Progress Bar written in Swift 2.3.

screenshot

Usage

You can download this example project and just copy the ProgressBarView.swift file into your project.

The class has 4 public methods that you can use:

  • initBar() -> Should be called in a viewDidAppear method.
  • setProgressValue() -> Used to set the level of progress.
  • setBackColor(color : UIColor) -> Used to set the background color of the view.
  • setProgressColor(color : UIColor) -> Used to set the color of progress view.

Author

Alexandru Nistor. Email: alex.nistor9@gmail.com

License

There is no license, you can use this freely in any of your projects.