Skip to content

mindsers/awwbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.