Awesome bended progress bar
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.
Add Awwbar.swift
into your Xcode project.
This project are NOT actually supporting Swift Package Manager because it is not possible to build for iOS with SPM.
This project is under MIT Licence.