LinearProgressBar
LinearProgressBar copied to clipboard
A simple Linear Progress Bar for IOS (Swift 3.0), inspired by Material Design
Just update the project for using with Swift 5
I here, I want to change the liner progress bar line X & y position...
Fixes #15 I've also updated the pod spec (version number) and README. I might be overstepping my authority, but I figured it would make it easier for you to get...
Due to hardcoded y origin point the progress bar was overlapping with the status bar on iPhoneX . Now in the modified code it get calculates the height of status...
The library needs to be updated for Swift 4.2
I've added some functionality that I was needing for a project.
Just some project settings to make it compatible swift carthage a target and a shared scheme for framework source in xcode project
Hi @PhilippeBoisney, thank you for this library. Is it possible to show LineProgressBar without starting animation and programmatically set a fixed value? (for example to track progress through various view...