Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Awwbar

Use Swift Build for iOS Under MIT License

Awesome bended progress bar

Usage

To create a new Awwbar instance programmatically :

let progressBar = new Awwbar(frame: view.bounds)
progressBar.barColor = UIColor.blue
progressBar.bgColor = UIColor.gray
progressBar.percent = 45

You can also use Awwbar directly from Interface Builder. Drop a UIView and set its class as Awwbar. All options are now updatable in the attribute inspector.

Installation

Manually

Add Awwbar.swift into your Xcode project.

Swift Package Manager

This project are NOT actually supporting Swift Package Manager because it is not possible to build for iOS with SPM.

Licence

This project is under MIT Licence.

About

Awesome bended (circular) progress bar

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages