Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
Recouse/LinearProgressBar
LinearProgressBar
Material Linear Progress Bar for your iOS apps
Installation
Carthage:
github "Recouse/LinearProgressBar"
CocoaPods:
Add this to your Podfile
pod 'MaterialProgressBar'
Requirements
- iOS 10.0+
- Xcode 11.0+
- Swift 5.0+
Usage
import LinearProgressBar
let progressBar = LinearProgressBar()
...
view.addSubview(progressBar)
progressBar.startAnimating()
You can use it like activity indicator in UIViewController
:
// Start animating
showProgressBar()
// Stop animating
hideProgressBar()
Contribution
Feel free to make pull requests
Github
link |
Stars: 130 |
Last commit: 1 week ago |
You may find interesting
Releases
v1.2.0 - 2020-05-11T23:16:47
- SPM support
- Added
cornerRadius
property - Some animation improvements
- Small changes in the demo app