utsengar / CustomProgressBar

Swift based custom progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CustomProgressBar

Swift based custom progress bar

How to use it

    var pgBar = CustomProgressBar(width: 200, height: 10)
    pgBar.configure()
    pgBar.progress(incremented: 190)

Add the pgBar wherever you like, it will be positioned at x=0 and y=0 of the parent view.

An example project using CustomProgressBar: https://github.com/utkarsh2012/ProgressBarTest

Screenshot

screen shot 2017-05-10 at 3 08 43 pm

About

Swift based custom progress bar

License:The Unlicense


Languages

Language:Swift 100.0%