Skip to content

AlNistor/vertical-progress-bar-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages