mindsers / awwbar

Awesome bended (circular) progress bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Swift 100.0%