https://github.com/Recouse/LinearProgressBar
Material Linear Progress Bar for your iOS apps
https://github.com/Recouse/LinearProgressBar
hacktoberfest ios ios-swift material material-ui progress progress-bar swift
Last synced: 4 months ago
JSON representation
Material Linear Progress Bar for your iOS apps
- Host: GitHub
- URL: https://github.com/Recouse/LinearProgressBar
- Owner: Recouse
- License: mit
- Archived: true
- Created: 2018-03-09T11:06:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T19:38:39.000Z (about 4 years ago)
- Last Synced: 2024-04-24T14:46:52.916Z (12 months ago)
- Topics: hacktoberfest, ios, ios-swift, material, material-ui, progress, progress-bar, swift
- Language: Swift
- Homepage:
- Size: 149 KB
- Stars: 163
- Watchers: 6
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - LinearProgressBar - Material Linear Progress Bar for your iOS apps. (UI / Activity Indicator)
- awesome-ios-star - LinearProgressBar - Material Linear Progress Bar for your iOS apps. (UI / Activity Indicator)
README
# LinearProgressBar
[](https://cocoapods.org/pods/MaterialProgressBar)
[](https://github.com/Carthage/Carthage)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
```swift
import LinearProgressBarlet progressBar = LinearProgressBar()
...
view.addSubview(progressBar)
progressBar.startAnimating()
```You can use it like activity indicator in `UIViewController`:
```swift
// Start animating
showProgressBar()// Stop animating
hideProgressBar()
```## Contribution
Feel free to make pull requests